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
Mikey999Mikey999 

Moving fields to a new object

I have created 2 objects, the process I created has changed and now I need to copy a ton fo fields from one custom object to another.  Is this possible?  I don't want to have to recreate them from scratch if at all possible.  I tried to do this in Eclipse but have no idea how.

 

Thank you in advance for any suggestions.

ShaTShaT

Hi Mike, 

 

Its ver simple to do with eclipes.

1- Create a project and select custom and standerd object .

2- Projects will be created and you will se object folder under src

3- Now you will get your both objects intance now right click on object and select open with TEXT EDITOR

4- now copy the fileds which you want to move and paste it in another object and save it.

 

 

Thanks

Shail

 

Rahul SharmaRahul Sharma

Refer this link for more detailed view of the process stated by Shail.

Let us know if you need additional help..