Skip to content

SOQL Query Runner #41

@stevebuik

Description

@stevebuik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions