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
Harsh P.Harsh P. 

What are the precautions to take before the deployment through ChangeSet

Hello Guys,

I know the some points to keep in mind before the deployment using change set,but I want to know more details about this points.
And also want to know common issues facing at the time of deployment.

Thanks in Advance .....!
Anant KamatAnant Kamat
These are some of the points you need to take care while deploying with changesets.
1. Custom Settings should be migrated before migrating the custom code.
2. Make sure that the apex code is atleast 75% covered and triggers atleast 1% before migrating to Production.
3. Make sure that all the fields being referred in the code are part of your changeset.
4. There is deployment connection already established between source and target environments.