You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -810,6 +810,7 @@ The Job file additionally supports some Vlocity Build based options and the opti
810
810
| useAllRelationships | Determines whether or not to store the _AllRelations.json file which may not generate consistently enough for Version Control. Recommended to set to false. | Boolean | true |
811
811
| useVlocityTriggers | Turn on / off Vlocity's AllTriggers Custom Setting during the Deploy | Boolean |true |
812
812
| disableVlocityTriggers | Turn off Vlocity's AllTriggers Custom Setting during the Deploy | Boolean |false |
813
+
| wait | Wait time in minutes for SFDX/SF CLI deployment commands. Used with useSfdxCli option. Note: Infinite wait time(-1) is not supported by SFDX anymore, so a specific wait time must be provided. | Integer | 33 |
813
814
| ignoreLWCActivationOS | Do not compile and deploy LWC OmniScripts | Boolean |false |
814
815
| ignoreLWCActivationCards | Do not compile and deploy LWC Cards | Boolean |false |
815
816
| lwcCompilerNamespace | Overrides the namespace of the installed managed package. Useful when using a developer org. Options: vlocity-cme, vlocity-ins, vlocity-ps | String | - |
@@ -844,6 +845,7 @@ The Job file additionally supports some Vlocity Build based options and the opti
844
845
| sf.username | Salesforce username when using sf.password | String | none |
845
846
| type | DataPack Type used for packExportSingle command | String | none |
| wait | Wait time in minutes for SFDX/SF CLI deployment commands. Overrides job file wait setting | Integer | 33 |
847
849
848
850
# Developer Workflow
849
851
When developing on a large project, exporting DataPacks through Queries is not the ideal process. Instead, each developer should keep track of the major items that they are working on and extract those items as needed to commit to Version Control.
0 commit comments