Skip to content

Commit 103d756

Browse files
Correct metadata syntax for SBQQ custom objects
Fixed formatting issues in metadata retrieval commands.
1 parent ef7344d commit 103d756

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

messages/retrieve.start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ To retrieve multiple metadata components, either use multiple --metadata <name>
4545

4646
- Retrieve a custom object called ExcitingObject that's in the SBQQ namespace:
4747

48-
<%= config.bin %> <%= command.id %> --metadata CustomObject:SBQQ\_\_ExcitingObject
48+
<%= config.bin %> <%= command.id %> --metadata CustomObject:SBQQ__ExcitingObject
4949

5050
- Retrieve all custom objects in the SBQQ namespace by using a wildcard and quotes:
5151

52-
<%= config.bin %> <%= command.id %> --metadata 'CustomObject:SBQQ\_\_\*'
52+
<%= config.bin %> <%= command.id %> --metadata 'CustomObject:SBQQ__*'
5353

5454
- Retrieve all list views for the Case standard object:
5555

56-
<%= config.bin %> <%= command.id %> --metadata 'ListView:Case\*'
56+
<%= config.bin %> <%= command.id %> --metadata 'ListView:Case*'
5757

5858
- Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent):
5959

0 commit comments

Comments
 (0)