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
Rohit TripathiRohit Tripathi 

How to create duplicate copy of object in Salesforce

Hi,

I want to create duplicate copy of an object in Salesforce since we need to archive some data into duplicate object. Is there a better way to do this without using third part app from app exchange. I tried it using Force.com IDE but it is getting errored out while saving to server. 
Tarun_KhandelwalTarun_Khandelwal
Hi Rohit,

Force.com IDE is best options to create duplicate object. Can you please share the error you are facing in Force.com IDE?
Rohit TripathiRohit Tripathi
since it is very large object so request is getting timed out most of the time while saving object back to server. when request goes through, errors like queue not assigned to object, picklist values are not correct, etc are thrown.