Methods for Implementing Exclusive Control of Record Updates via Script

nakamura323
Kilo Guru

Hello,

I would like to implement exclusive control to avoid multiple people updating the values of a table field at the same time in a script.

I have created a screen for updates using a widget. If another person has the screen open or is in the process of updating, I would like to display a notification.

Could you please advise on the necessary table fields, APIs, or methods to achieve this?

1 REPLY 1

Ct111
Giga Sage

But when someone is updating the record which currently even you are about to update

you will see blue icon near the field that is about to update.

 

Is it not sufficient indicator for the person to understand that record is being updated?

 

 

Anyways if you still want to navigate into achieving that mechanism, you could check below link for reference

LINK

 

I hope this helps.