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
KeerthigeeKeerthigee 

How to migrate sandbox changes to production

Hi All,

      I want to migrate sandbox changes to production.For this, I tried to use Setup-->Deploy--->Deployment connections.

But,I didn't  find deployment connections in Developer Edition.I think, it is not Possible with developer edition.

In which edition it is possible.How?

Can anyone help me.

Kindly support and suggest.
Best Answer chosen by Keerthigee
Arunkumar RArunkumar R
Keerthi,

Force.com IDE --> You can Develop and Deploy Code.

Force.com ANT Tool --> Deploy code using Command Prompt. (Fast and Better for Deployment than IDE).

Thanks...

All Answers

Ankit AroraAnkit Arora
Nope developer edition doesn't supports Sandbox. You can check here the features of all editions :

http://www.salesforce.com/in/crm/editions-pricing.jsp

If you want to send your code from developer edition to any other org then you can use eclipse.
Arunkumar RArunkumar R
No. It's not possible via Changeset. 

But you can deploy your sandbox code to your developer edition via Force.com IDE or Force.com Migration.

Please look the below link, it might help to you...!

https://developer.salesforce.com/page/Deploy_Force.com_Applications_Faster
Ankit AroraAnkit Arora
Arunkumar, have I missed anything in my answer for which you've posted the same content again?
Arunkumar RArunkumar R
No Ankit.. It's same only.. Just i have added the deploying step link.. 
KeerthigeeKeerthigee
Hi,
 
Thank you for immediate response which is helpful.

I have deployed code  already via Force.com IDE .But,I need to check any other option than force.com IDE.

Thats why I am asking about sandbox?.

Thank you for clarification.

Arunkumar RArunkumar R
The best migration tool for salesforce is Force.com Migration Tool(ANT). The below guide which will help you to learn about migration tool,

http://www.salesforce.com/us/developer/docs/daas/salesforce_migration_guide.pdf

If your problem solved means, mark this as a best answer. It will help to others..

Thanks...!
KeerthigeeKeerthigee
Hi Arun,

Thank you for giving helpful information.

 Here,I have an doubt  i.e exact diffrence between Force.com IDE and Force.com Migration Tool(ANT).

Kindly support and suggest.

Arunkumar RArunkumar R
Keerthi,

Force.com IDE --> You can Develop and Deploy Code.

Force.com ANT Tool --> Deploy code using Command Prompt. (Fast and Better for Deployment than IDE).

Thanks...
This was selected as the best answer
KeerthigeeKeerthigee
Hi Arun,

  Thank you for  response which is very helpful.