问题
Is there a tool out there to compare CRM environments? Recently we implemented a third party managed solution that changed a bunch of settings on our Contact entity. An example of this is that auditing was turned off.
Ideally we would like to compare our Dev environment (where the third party solution is installed) to our QA environment (where the third party solution isn't installed) to determine the differences.
We are CRM 2013 Online.
Thanks,
Richard
回答1:
The simplest thing I know of is to do a full Solution Export of both environments, export the solutions, then compare them using something like beyond compare. You can optionally use the Solution Packager to help in splitting the files.
If you're only concerned about fields and entities that have been added or removed, I would use the Early Bound Generator to create the earlybound types and do a compare on those files.
来源:https://stackoverflow.com/questions/26762465/dynamics-crm-compare-crm-environments