Skip to main content

Notifications

Dynamics 365 Community / Blogs / Dynamics Monster / CRM 2015 Online 2015 Update...

CRM 2015 Online 2015 Update 1 - Optimistic Concurrency

How many times were you been asked by a customer the following?

If 2 users open the same record, what will happen in terms of database.


The answer would be simple. Last update wins. It means, the data that will be saved by last will win.

Now, reading MSDN, i can see that probably with the Update 1 to the Online we will be able to control that.

If we create a Pre-Plugin for the Update Message on the entities we will need to detect if someone or something updated the same record,from the moment we opened until the moment we are updating. 

The fields we can use for that are:
  • ConcurrencyVersionMismatch
  • RowVersion

More information on this subject, please have a look on the MSDN page while i can't do myself some tests to understand better how this works.


Comments

*This post is locked for comments