From ff3b162017c907713cbd4f3658215015cd7afd22 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:55:47 -0300 Subject: [PATCH] Update messages/tree.export.md Co-authored-by: Willhoit --- messages/tree.export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/tree.export.md b/messages/tree.export.md index 0aad035d..b609d25f 100644 --- a/messages/tree.export.md +++ b/messages/tree.export.md @@ -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: