
I am deploying from CSandbox to CSDev sandbox. These are the following steps I took (See below). I am stuck at Step 25 - I do not recognize any of the change sets I am seeing. What am I missing?
I am following thisdocument: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_qs_deploy.htm
Goal: Deploy changes from CSandbox to CSDev Sandbox
Steps:
- Log in to CSandbox
- Navigate to: Setup > Deploy > Deployment Settings
- Click on ‘Continue’ on the Splash page
- On the Deployment Settings page locate CSDev Sandbox
- Click on ‘Edit’ next to CSDev
- On the Deployment Connection page, click on the checkbox ‘Allow Inbound Changes’
- Note: I was not able to check on ‘Accept Outbound Changes’ on this page
- Click ‘Save’ at the bottom of this page
- Log in to CSDev Sandbox
- Navigate to: Setup > Deploy > Deployment Settings
- Click on ‘Continue’ on the Splash page
- On the Deployment Settings page locate CSandbox
- Click on ‘Edit’ next to CSandbox
- On the Deployment Connection page, click on the checkbox ‘Allow Inbound Changes’
- Note: ‘Accept Outbound Changes’ was already checked
- Click ‘Save’ at the bottom of this page
- Note: I logged back in to CSandbox and refreshed the Deployment Connection page and noticed that ‘Accept Outbound Changes’ was now checked
- In CSandbox, navigate to: Setup > Deploy > Outbound Change Sets
- Click ‘Continue’ on the Splash page that appears
- On the ‘Outbound Change Sets’ page click on ‘New’
- The ‘New Change Set’ page appears
- Enter a name for your change set, eg: CS Testing and enter a description
- Click on ‘Save’ at the bottom of the page
- In the ‘Change Set Components’ section, click on ‘Add’
- From the Component Type drop-down list select Apex Class
Many Thanks,
CS
6 answers
Changesets wouldn't be a good candidate for this unless you exactly know what was changed. Did you maintain a change log for all the changes that you made? If yes, then changesets can be used. Or if you remember what you changed/built, you need to go component by component and add all of that to the Changeset, then deploy.
If not, then the only option is to use a tool like Eclipse IDE which would need developer assistance.