Reputation: 2022
I'm doing an import into CRM Dynamics 2011 via the SDK of contacts from our AD. The problem I'm having is that even if I only change a single field all of the fields get written to the Audit History. This is making it very hard to see what has changed.
Any ideas?
Upvotes: 2
Views: 347
Reputation: 17562
As glosrob described, its probably because you are doing a create, this commits every field to the database.
You could temporarily disable auditing on those fields you are not interested in.
If you open up the individual fields in the solution there is an option for auditing.
See this image.
Upvotes: 2