How to manage if a request is already opened in edit mode

0
If a request is already opened, how to make sure other user should not open it is edit mode to avoid save conflicts?
asked
1 answers
0

Hi Rani, 

Interesting use case the solution I could think is have a "Locked" in the object and commit it as true on open of that edit page

and false when operation is done.

like this you can do a check on this boolean if another edit is triggered simultaneously.

let me know if this works

 

Mahesh

 

answered