You need to sign in to do that
Don't have an account?
dujsu
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?
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.
This is a Chevy:
http://appexchange.salesforce.com/listingDetail?listingId=a0N300000018leZEAQ
This is a Cadillac:
http://www.dreamfactory.com/solutions/snapshot
Good luck!