You need to sign in to do that
Don't have an account?

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 ?
You need to sign in to do that
Don't have an account?
please any one tell the process of moving app sandbox to producction? and how to create sandbox and production and change sets ?
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
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
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.
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