-
Notifications
You must be signed in to change notification settings - Fork 3
SOQL Query Runner #41
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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:
Results can be displayed in a new tab next to the download tab