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
dujsudujsu 

Data Model Comparison Tools

Are there any data model comparison tools available?  I'd like to compare objects and fields in our TEST environment to our PRODUCTION environment objects and fields. Are there any tools that will provide this type of information?

Alok_NagarroAlok_Nagarro

Hi,

 

Normally when you deploy your metadata or code using Force.com IDE (Eclipse) to any org, it gives to you a view of comparison, which describes the the components in 3 colors:

1. Red (indicates the component is going to be override to target org, means the schema of component is different in both org

2. Green(indicates the component is new for target org)

3. Gray(indicates that there is no any change in schema of this component in respect to source & target org)

 

So from hera you may know atleast , there ia some differences in schema of components form source org to desination.