It is always best practice to test in a sandbox. This includes testing apps such as Dropbox Sign for Salesforce. Once you have properly tested and verified functionality is working correctly there are a few steps to migrate functionality from a sandbox to your production environment. To complete this migration follow the steps below:
STEPS to Connect to Production
- Disconnect account from Sandbox in settings
- Connect account to Salesforce production environment
- Assign permission sets and modify page layouts either manually or via a change set from your sandbox.
STEPS to Transfer
Templates- Use a Salesforce export tool to pull the Template records (HelloSign__Template__c) from your sandbox that you want in production.
- Use a Salesforce export tool to pull the Signer Role records (HelloSign__SignerRole__c) from your sandbox that lookup to the templates you are migrating.
- Insert the Template records into production.
- Inserting Template records will create a success csv file which contains the newly inserted record IDs.
- On your Signer Role export file replace the Template lookup ID filed with the record IDs on the success csv file. A vlookup formula using the sandbox record IDs will allow you to map the new ids to the correct records.
- Insert the Signer Role records (with newly mapped Template lookup IDs) into production.
Comments
0 comments
Article is closed for comments.