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
Rabbani sayyed 8Rabbani sayyed 8 

Deployment process by using change set....... can anyone share me process steps?

Shrikant BagalShrikant Bagal
Hello Rabbani,

Hope its help you:

- https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_best_practices.htm
- https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_best_practices.htm

If its helps, please mark as best answer so it will help to other who will serve same problem.
​Thanks!
sandeep sankhlasandeep sankhla
Hi,

You can refer these below links adn let me knwo if you need any help

https://help.salesforce.com/HTViewHelpDoc?id=changesets.htm&language=en_US
https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_best_practices.htm

Thanks,
Sandeep
Ajay K DubediAjay K Dubedi
Hi Rabbhani....
Description
Changeset Deployment Steps from Sandbox to Production 
Resolution
Change set Deployment:
Sandbox:
1. Login into Supplier sandbox since you have working code in that.
2.Click on Setup | App Setup | Outbound Change Sets
3. On Outbound Change Sets page click on 'new' button
4. Provide the New Change Set and description and click on 'Save' button
5. After saving you will get the changeset page. Go to Change Set Components related list and click on 'Add' button.
6. Select the Component Type. You need select which component you want to deploy ex: Apex class, Apex Trigger etc.
After that you need to select the specific class/Trigger name and click on 'Add to Change set' button.
6. In Change Set Detail related list click on 'upload' button and select the target Organization as Production. Then again selectt on 'Upload' button.
 
After uploading you will receive an email confirmation saying
 
Your outbound change set "change set name " has successfully uploaded. To complete the migration, an inbound change administrator must deploy the change set in the destination organization.
 
Production Org:
 
1. Click on Setup | App Setup | Inbound Change Sets
2. In Inbound Change Sets page under Change Sets Awaiting Deployment, click on the change set name
3. Before clicking on Deploy button you can Validate the code by clicking on Validate button.
 
For successful deployment you should have atleast 75% code coverage.  
Please choose it as best answer if it helps you.