Concurrent Object Editing of multiple Users

0
Hey guys, is there a best practise way to edit an Object by multiple users (e.g. 3) at the same time and add the full content all users made? For example 2 Users are editing a String attribute of the same Object at the same time: User 1 writes: AAA User 2 writes: BBB ->>Both hit save at different times. Target result of the attribute would be: AAA BBB Right now, the last commit overwrites everything. Thanks!
asked
1 answers
0

If that is needed there is an app for that: https://appstore.home.mendix.com/link/app/109405/Karona-Consulting/Pessimistic-Locking

Regards,

Ronald

 

answered