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
Kumar Rao 1Kumar Rao 1 

Developer edition to Production (migration)

Dear experts,

Please advise, Can one build a custom object or an application in FREE developer edition and then migrate to Production such as Enterprise Edition? If so, how to approach?

Thanks,

Kumar

Best Answer chosen by Kumar Rao 1
Dave HummDave Humm
This can be done using any of the deployment tools such as the Salesforce deployment tool or workbench. About the only option that is not possible is change sets. 

This link https://help.salesforce.com/HTViewHelpDoc?id=code_tools_ant.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=code_tools_ant.htm&language=en_US" target="_blank) lists the options and links to how to use them. 

All Answers

Dave HummDave Humm
This can be done using any of the deployment tools such as the Salesforce deployment tool or workbench. About the only option that is not possible is change sets. 

This link https://help.salesforce.com/HTViewHelpDoc?id=code_tools_ant.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=code_tools_ant.htm&language=en_US" target="_blank) lists the options and links to how to use them. 
This was selected as the best answer
Kumar Rao 1Kumar Rao 1
Hi Dave,

Thanks for your response. My understand is, Migration can be done with any of migration tool except Chage sets, such as force.com IDE, API.

Correct me if i'm wrong.

Srujan
Dave HummDave Humm
Srujan, that is correct. Change sets require the Salesforce Orgs to be linked while the other methods only require having a user account with System Admin privileges on both source and target Orgs. 
Kumar Rao 1Kumar Rao 1
Thanks Dave