You are here:
Deploy Salesforce Datapacks for Short Cycle Work
After you download the Short Cycle Work SFDX datapacks, migrate them to your Salesforce org.
Before you Begin:
Extract EUC_SCW_Sfdx_Datapacks to the SCW_SFDXfolder. Create the folder if it doesn't already exist.
-
For each folder, create the file sfdx-project.json which contains the following code:
{ "packageDirectories": [ { "path": "salesforce_sfdx", "default": true } ], "namespace": "", "sfdcLoginUrl": "https://login.salesforce.com", "sourceApiVersion": "59.0" } -
Move the package.xml file from salesforce_sfdx/main/default to the SCW_SFDX folder.
- Open SCW_SFDX in Visual Studio Code.
- Authenticate your org if you have not already done so. See Prepare Your Org for Short Cycle Work Static Resources
-
Deploy components from to your target org.
-
In VSCode, in the left panel, right-click the salesforce-sfdx folder.
For Mac devices, CMD + click the salesforce-sfdx folder.
-
Click SFDX: Deploy Source to Org.
If deployment fails for any component, select the components that failed and deploy them individually.
-
In VSCode, in the left panel, right-click the salesforce-sfdx folder.

