Skip to content

Commit 023a145

Browse files
Merge pull request #982 from salesforcecli/jshackell-sfdc-patch-1
fix: example switched to "**" instead of "__"
2 parents ed14e5b + 3856603 commit 023a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/tree.export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Directory in which to generate the JSON files; default is current directory.
3030

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

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

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

0 commit comments

Comments
 (0)