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
Sujit KarandeSujit Karande 

What is ideal sequence to deploy multiple changes to production?

Hello all, I have done alot of modifications in the sandbox and wanted to deploy the changes in the production (I do not have production access, so I want to make less mistakes in change set)

I have added new custom fields, updated existing page layputs, uptdated triggers. updated existing custom fields, updated apex classes, and updated visualforce page.

I would like to know what is the best sequence to add the components to the change set? 

Or is it good practice to create multiple change sets?

Any suggestions on this?
sfdcMonkey.comsfdcMonkey.com
HI Sujit,
 you don't need to create multiple change set to deploye your changes, just create single change set and add your all updated resources to it.
 here is the some Change Sets Best Practices :
https://help.salesforce.com/articleView?id=changesets_best_practices.htm&type=5

hope it will helps you, kindly let me know if it helps you and close your query by chosing best answer if it helps you, good luck
Thanks,