My needs is to check if other user is standing on page, so in this case i cannot edit data on it.
Is there some functionality to check that the record summary page is in use right now?
Thanks for help!
Discussion posts and replies are publicly visible
A typical pattern would be to consider a Record Summary page as Read Only, and to provide a Record Action to allow users to update the record's data. A Record Action will start a process and there are two different ways to prevent other concurrent updates:
Thanks. I will use it!