Record or Field locking in a multi user cloud environment

You can have a field “locked_by” of type user that allows you to know which User is currently editing the object. You can combine this with Nigel’s suggestion: if the other user’s last change was longer than say 2h ago, you override the lock. Up to you to design the policy :smile:

2 Likes