0
votes

we are currently using the DTAP (Development, Testing, Acceptance and Production) model in our Dynamics CRM 2011 environment. In the ideal situation we use solutions to be installed on each environment, however it occurs that manual adaptions are also performed.

To guard the data model, I want to create a "base line" data model which we can use to validate against after each deployment. There are managed 3rd party solutions and unmanned solutions in the system.

I have already used the solution packager from the CRM SDK to extract the solutions and then compare the content using WinMerge/Windiff (plain xml compare). I also used http://crmcustomcompare.codeplex.com, but this is not satisfying and using the metadata browser is very work intensive.

I wonder if there are other ways to guard the data model in the DTAP street of CRM.

1
What does"guard the data model in the DTAP street of CRM" mean? Googling DTAP returns a vaccine...Daryl
@Daryl I've edited the question for the poster to provide info on DTAP (not the vaccine, ha!)Nicknow

1 Answers

0
votes

If all you care about are the entities and attributes, the early bound generator combined with a diff tool does a great job of showing where things have changed.