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
anvesh@force.comanvesh@force.com 

sandbox to production

please any one tell the process of moving app sandbox to producction?  and how to create sandbox and production and change sets ?

Best Answer chosen by Admin (Salesforce Developers) 
imutsavimutsav
You can use ecplise, change set or Ant to migrate your code from one environment to another.
http://salesforcedeveloperblog.blogspot.com/2011/05/change-set-deployment-steps.html

before your migrate your code to Production you need to check if the overall code coverage for your org. is 75% or above. To create a new sandbox you need to go to your production environment and then go to setup-> Under Administration Setup goto Data Management -> Sandbox -> On this page you can click on New Sandbox to create a new sandbox or you can refresh an existing sandbox(refresh option is only available after 30 days).

Give Kudos and mark this answer as solution if this answer helped you.

All Answers

Madhan Raja MMadhan Raja M

Hi Avnesh,

 

First Deployment Connections should be established between Sandbox and Production to migrate the components. Goto Setup> Deploy > Deployment Connections.

 

For change sets watch this video www.youtube.com/watch?v=EvwMfflh5LE.

 

Madhan Raja M

imutsavimutsav
You can use ecplise, change set or Ant to migrate your code from one environment to another.
http://salesforcedeveloperblog.blogspot.com/2011/05/change-set-deployment-steps.html

before your migrate your code to Production you need to check if the overall code coverage for your org. is 75% or above. To create a new sandbox you need to go to your production environment and then go to setup-> Under Administration Setup goto Data Management -> Sandbox -> On this page you can click on New Sandbox to create a new sandbox or you can refresh an existing sandbox(refresh option is only available after 30 days).

Give Kudos and mark this answer as solution if this answer helped you.
This was selected as the best answer
harshasfdcharshasfdc

Hi Anvesh,

 

First you have to establish connection with production go to deploymentconnections see whether the connection is being established with your production.and if connection is being established then create outbound changesets after creating out bound changesets you can move u r code to production 

 

Thanks,

Harsha