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
Sean123Sean123 

How do I move a standard object in my dev environment to a config sandbox through IDE?

Might have missed a tutorial on this but I need to move an account object from a dev to config sandbox through IDE. Any suggestions?

Esp-MPEsp-MP

You need to get the Account.object metadata file in your IDE and deploy it to sandbox as you deploy the other code .  Moving standard object is same as moving custom objects.  Get their metadata file ".object" and deploy it. 

vbsvbs
Hi Sean,

As rightly pointed out by Esp, assuming you have the project setup on the Eclipse and added the objects metadata, just
1. Right click on the object Force.com > Deploy to Server.
2. Provide your credentials on the Component Deployment screen.
3. Validate and then deploy as necessary.

Please mark this as a solution if this helps.
souvik9086souvik9086

Hi.

 

First you have to extract the Dev org standard objects by creating a new Force.com project by giving the credentials of the Dev Org. please click Choose Metadata to select Standard objects. After creation of the project, you deploy that particular object to sandbox by giving the credentials of Sandbox.

 

If this post solves your problem kindly mark it as solution. if this post is helpful please throw Kudos.

Thanks