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
Mahi_maramMahi_maram 

how can we migrate the Custom objects and standard objects

 Hi,

how can we migrate the custom objects one develoment environment to another development enviornment 

sfdcfoxsfdcfox

You can use any standard method that's already been posted on the forums: Ant Scripts, Eclipse IDE, or Packages (or any other Metadata API tool).

adroitusadroitus

Hello Developer!

 

You can migrate from one developer Edition to another by Eclipse IDE

 

First configure force.com IDE with Eclipse Ide and install it.

 

 Goto File--> New--> Force.com Project -->create force.com project

 

Right click on Project name select force.com -->Deploy to server.

 

Fill force.com components Deployment (Total 4 steps)

 

And then your migration will be done.

 

Regards

Ashish Agrawal