I am trying to implement optimistic concurrency for an entity. My approach is to register a plugin on pre update, retrieve the record and execute an Update request with the same row version as the record I retrieved before. But here, the issue is with infinite loop. Since the main operation is yet to take place, Is there a way that to set the concurrency behavior in the existing context so that I dont have to call Update Request and check depth every time. There are more plugins in the pipe line in the post update/pre update as well.
*This post is locked for comments
I have the same question (0)