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
advlgxpmadvlgxpm 

Copy/Paste object from one org to another is Eclipse.

How do you do this? I tried selecting the source custom object in the Ecliipse project browser, right click, copy, paste on the target org's Object node.

Error: force.com does not support moving resource to destination "n/a"
Best Answer chosen by Admin (Salesforce Developers) 
RickyGRickyG
ad -

Are you trying to move something from one org to another using Eclipse?  The way to do this is to use the Deploy to Server choice in the Force.com menu in the context (right click) menu for the entity.

Hope this helps.

All Answers

RickyGRickyG
ad -

Are you trying to move something from one org to another using Eclipse?  The way to do this is to use the Deploy to Server choice in the Force.com menu in the context (right click) menu for the entity.

Hope this helps.

This was selected as the best answer
advlgxpmadvlgxpm
Gr8! Thanks