Skip to content

Commit

Permalink
Add select all fields doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot authored Apr 16, 2024
1 parent 875160a commit b5e8711
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,10 @@ You can update the debug level (configuration is per organization) and duration
`display(sfConn.rest("/services/data/v59.0/graphql", {method: "POST", body: myQuery}));`
![2024-02-09_17-01-42 (1)](https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/6689fad3-9549-41b9-8371-55adae037793)

## Select all fields in a query

This functionality already exists in the legacy version but since many users don't know about it, I would like to document it.
When on the export page, put the cursor between `SaELECT` and `FROM` and press `Ctrl + space` for inserting all fields (if you don't have the rights for a particular field, it wont' be added).
If you want to insert only custom fields, enter `__c` between `SELECT` and `FROM`.

![2024-04-16_08-53-32 (1)](https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/ef7ba7a0-c9c4-4573-9aaa-b72e64430f64)

0 comments on commit b5e8711

Please sign in to comment.