Deploy DSP Configurations via Pipeline
Follow the below steps to create Executables for a Pipeline to deploy relational record-based configurations between Salesforce orgs.
- Naviage to the "Current => Org B" Direction where the source is "Current" and the target is "Org B".
- Create a new Pipeline with Name and Direction populated.
- Navigate to the "Migration Builder", and follow the below steps:
- Add the root objects: in our case, it is pushtopics__Connection__c.
- Check the option: Only show custom objects while expanding.
- Expand the child objects throughout the relationship hierarchy until the leaf node.
- Check the leaf node, which pops up the screen to set the key elements for the mappings.
- Use "pushtopics__ApiName__c" as the matching fields, and select appropriate action for each object.
- Repeat the process until all DSP configuration objects are included.
- Click "Create Executables" to generate Executables in the sequence that is determined in the previous steps.
- Add the common source query criteria pushtopics__Deployable__c = TRUE to the "Additional Retrieve Criteria" field, which will be applied to each related Executables.
- Verify the Executables' settings and make changes if needed.
- Click "Execute Batches" to migrate all the DSP Configurations in sequential order.