Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement user-definable outputs #5

Closed
stuarta0 opened this issue May 13, 2015 · 0 comments
Closed

Implement user-definable outputs #5

stuarta0 opened this issue May 13, 2015 · 0 comments

Comments

@stuarta0
Copy link
Owner

Allow users to select their own fields for output when executing a search. Currently the behaviour is to get the default set of fields through the built-in FieldPathFactory (which gets everything but the ID field for a subject). This will allow users to drill-down through relationships and get information embedded in other areas of the data. For example; rather than just Invoice.Authoriser, they could traverse the relationships to get the field Invoice.Authorisor.Location.Postcode.

This development has been started in Standalone.Forms.RetrieveFieldsView.

See #7 to aid development of this feature.

stuarta0 added a commit that referenced this issue May 17, 2015
Fixes #5 - now simplified to just a checkbox with 'Use custom' and the
select from tree, add to list behaviour.
Added Chinook SQLite database (from NuGet) and project XML file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant