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
Raghu NaniRaghu Nani 

How to Move Code from My Developer Org To SandBox

Hi friends,

    I am New to this ,I dont  know HOw to move Code From My developer org to Sandbox,Can U please Share ideas With Me.So,I can move forward,

Thanks,
Raghu
Nagendra ChinchinadaNagendra Chinchinada
1) You can use Force.com IDE(Eclipse). First set up a project in it by connecting to your Dev org. This will copy all your meta data from Dev org to Eclipse. Now right click on the components you want and deploy those to Sandbox. If you get any errors, you have to manually fix them.
https://developer.salesforce.com/page/Force.com_IDE_Installation

2) Use Force.com Migration Tool
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm
Pankaj_GanwaniPankaj_Ganwani
Hi Raghu,

The only ways to move code from Dev org to Sandbox will be using Eclipse IDE or ANT Tool. Configuring ANT tool may take a lot of time for you, so better you can do this using Eclipse IDE.

Steps:

1. Extract the Developer Org project in eclipse.
2. Select the artifacts using CTRL+Select, right click and select deploy to server option.
3. Give UserName and PWD of Sandbox(target org) and then click on next button.
Nagendra ChinchinadaNagendra Chinchinada
If your question is answered, then it is a best practice to select the Best answer from comments. It will be helpful for the people who are searching for the same question.