Row lock in Edit mode
Summary
Row lock in Edit modeContent
Hi,
Use case - I am showing Emp data in an ADP based table. Emp Id is shown as a link in the table. if a user clicks on Emp id link, user navigates to a details page where user can edit that record. I have a use case where if one user is in the process of editing a record, another user should not be allowed to edit same record. All the users have access to all the emp data so I can not filter records based on logged in user.
What's the best way to implement such a use case.
0