Skip to content

Commit 9fd5782

Browse files
author
Adam Rutland
committed
Fix Readme
1 parent acdd38d commit 9fd5782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,12 @@ manifest:
447447
You can export individual SObjects by using the VlocityDataPackType SObject. This will save each SObject as its own file.
448448
449449
```bash
450-
vlocity packExport -type SObject -query 'SELECT Id from PricebookEntry WHERE Id in ('01u0a00000I4ON2AAN', '01u0a00000I4ON2AAN')"
450+
vlocity packExport -type SObject -query "SELECT Id from PricebookEntry WHERE Id in ('01u0a00000I4ON2AAN', '01u0a00000I4ON2AAN')"
451451
```
452452

453453
This will export the PricebookEntries into a folder called SObject_PricebookEntry.
454454

455-
This method is also very good for adding Custom Settings to Version Control, however it requires creating Matching Key Records for your Custom Setting. See [Creating Custom Matching Keys] (#creating-custom-matching-keys) for more information on Matching Keys. You can specify a Custom Setting in your job file as follows:
455+
This method is also very good for adding Custom Settings to Version Control, however it requires creating Matching Key Records for your Custom Setting. See [Creating Custom Matching Keys](#creating-custom-matching-keys) for more information on Matching Keys. You can specify a Custom Setting in your job file as follows:
456456

457457
```yaml
458458
queries:

0 commit comments

Comments
 (0)