Optimistic Concurrency in Dynamics 365
Introduction: Very often, we need to retrieve an entity to update a field but due to concurrency issue, the entity is already updated, and we are stuck. In scenarios like this, we can use Optimistic Concurrency to determine whether an entity was modified since it was last retrieved! Recently, while working with one of our… Read More »