Announcement

Collapse
No announcement yet.

concurrency control

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • concurrency control

    Hi, we encounter a problem that two users can edit the same record and overwrite each other's changes.


    Is there any concurrency control/ concurrency checking for all entities in the future?


    Thanks in advance

  • #2
    Hi,

    There's no the concurrency control. When user edit a record, only changed values are sent. So other fields shouldn't be overridden.

    Comment

    Working...
    X