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
SFDC TechSFDC Tech 

Migrating custom object from one instance to another

Hi,

We are trying to migrate custom object from one salesforce instance to another.
However this custom object has more than 500 fields and we just don't want to recreate.
When we tried to put this in a package and migrate this but since this custom object as an Autonumber field it threw an error when migrating this.
is there any other way to handle this?

Thanks!
KaranrajKaranraj
What error message your getting while migrating your package?
Shaijan ThomasShaijan Thomas
Remove autonumber field from package and once you migrate the objects and fields, then create autonumber.
Shaijan
Kanchan Tyagi 13Kanchan Tyagi 13

Migrate custom object from one instance to another

Hi,

I am trying to migrate custom object from sandbox to dev org via eclipse,but i am getting "Entity not found error " also trying to edit xml and remove fileds from current xml and save to server after that deploy to sever.This error is getting because i am not getting object refrence.Is there any other way to handle this problem? 

Thanks

Kanchan