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
Mike MelnickMike Melnick 

How to compare custom settings between sandbox and production

We have about 50 custom settings with roughly 1000 records.  Does anyone have a tool or know of a way to migrate these between environments and/or validate them once they are there?
Saurabh BSaurabh B
Hi Mike, If you want to migrate Custom Settings from Production to any other org, you can use tools like Eclipse (Force.com IDE) which will allow you to mirror your Metadata files from one org to another. After Custom Setting objects are migrated, you can just upload the extracted .csv files with records in the new org.
Mike MelnickMike Melnick
Saurabh,

Thanks for the quick response.  This is a pretty manual exercise to extract and load csv files for 50+ objects.  We are looking for a way to automate the process for migrating changes to multiple environments.