cancel
Showing results for 
Search instead for 
Did you mean: 

Lock records command

former_member206107
Active Participant
0 Kudos

Hi all,

I have a scenario where i have to lock the lookup table records for editing. So that other users cannot edit the record.

I am processing the lock record command for records which are not locked by other session (LOCK_BY_OTHER_SESSION).

Lets say User A lock the records.

I am loging in to the data manager using User B. When i try to edit and save the locked records data manager should warn me with a message like "Record has been locked by other user. would you like to edit anyway?". But i am not getting any warning message.

I doubt the records were not locked by user A.

Is my understanding correct? Am i missing any step here? Please help!

Best regards,

Arun prabhu S

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member206107
Active Participant
0 Kudos

Found the answer!

Lock will be lost once the user session destroyed.

former_member206107
Active Participant
0 Kudos

Refresh!