Skip to content

Commit

Permalink
Update messages/tree.export.md
Browse files Browse the repository at this point in the history
Co-authored-by: Willhoit <[email protected]>
  • Loading branch information
cristiand391 and iowillhoit authored Jan 6, 2025
1 parent a1afaa8 commit ff3b162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/tree.export.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Directory in which to generate the JSON files; default is current directory.

- Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org:

<%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name, Address**c FROM Properties**r) FROM Broker\_\_c"
<%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c"

- Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that aggregates them:

Expand Down

0 comments on commit ff3b162

Please sign in to comment.