function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jie An 1Jie An 1 

Retrieve Deployed Change Sets history?

How can I retrieve Deployed Change Sets history in the past 2 years? Noticed some of the change set had been deleted automatically. 
Best Answer chosen by Jie An 1
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Jie,

May I suggest you please refer the below link for reference. hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar

All Answers

NagendraNagendra (Salesforce Developers) 
Hi Jie,

I would expect you should already have the contents if you pull them from the sandbox you uploaded them from? If you have concerns about the deployment, I would recommend you deploy into a QA sandbox to validate the changeset and check everything is deployed and thoroughly tested (UAT) before you deploy. You can also use tools like eclipse to do a diff compare between org's. You should keep a deployment log (spreadsheet) of the items in your changeset to help you track and manage your deployments and the items that have been created or changed.

Thanks,
Nagendra
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Jie,

May I suggest you please refer the below link for reference. hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
This was selected as the best answer