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

SOQL Query Runner #41

Open
stevebuik opened this issue Jun 24, 2018 · 0 comments
Open

SOQL Query Runner #41

stevebuik opened this issue Jun 24, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stevebuik
Copy link
Owner

A natural next step after building a query is to run it and examine the results.

Since join results are basically a list of trees, a Lightning Component could be built to execute the current query (simplest is just send to apex and use Database.query) and display the results graphically.

The UI could use the lightning:treegrid https://developer.salesforce.com/docs/component-library/bundle/lightning:treeGrid/example#lightningComponentDemo:exampleTreeGridBase

Not sure how easy it will be to map nested sobjects into a tree grid but it will need to support:

  1. top level from entity/attributes
  2. ancestor entity/attributes
  3. children entity/attributes
  4. ancestors of children entity/attributes

Results can be displayed in a new tab next to the download tab

@stevebuik stevebuik added enhancement New feature or request help wanted Extra attention is needed labels Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant