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
Jonathan OsgoodJonathan Osgood 

Migrating Custom Objects in Eclipse

Hi All,

I am migrating an old prodcution org to a new one using eclipse. Getting failures due to lookup dependencies and wondering what the best practie/appraoch is here. Is this really just a tedious order of operations problem (deploy Object A first, then Deploy Object B)? Or is there another way to make this more efficient? Please see screenshot for example. 

Any advice greatly appreciated!

Jonathan
User-added image
ManojjenaManojjena
Hi Jonathan ,

Try to deploy Parent object first then child object .
AmrenderAmrender
Hi Jonathan

Eclipse should take care the such type of dependency. Just make sure you are migrating both the objects in a single go.