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

Export using chained queries #54

Open
jesperkristensen opened this issue Nov 22, 2015 · 0 comments
Open

Export using chained queries #54

jesperkristensen opened this issue Nov 22, 2015 · 0 comments

Comments

@jesperkristensen
Copy link
Collaborator

Querying some objects require a where-clause filtering on certain fields. We should offer a workaround for that.

For example, to get the Description of all fields in an org, you must first perform a query to get the list of objects, then perform a query for each object to get the list of fields, and then perform a query for each field to get the description.

It should be possible to let the tool perform this sequence of queries.

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