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
pp11222pp11222 

How to deploy Custom Objects from one DE org to another DE org which are not connected together

 

 

We have some developement work done in another DE org. We want to bring those the new custom objects in to our main DE org.

 

The custom objects are master child objects and they also have several rollup summary fields.

 

I would like to know how we can bring these Custom Objects from one DE org to another DE org which are not connected together.

 

Thanks

 

 

SFAdmin5SFAdmin5

yeah you can do this with the eclipse sf ide.

 

just right click on the objects you want to deploy in one org>click force.com>deploy to server>you'll be asked for the login name/password/token for the destination org (this would be your second dev environment, where you want to deploy to)> follow the rest of the steps to deploy to that org.

Devendra@SFDCDevendra@SFDC

 

Ross Gilbert is correct. You can use Eclipse Force.com IDE to deploy your custom objects to another org.

 

You can use below link,

 

http://wiki.developerforce.com/page/An_Introduction_to_Force_IDE

 

Hope this helps :)

 

Thanks,

Devendra

pp11222pp11222

Thanks

Jerun JoseJerun Jose
Please mark the solution to help others.