Methods for Implementing Exclusive Control of Record Updates via Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 07:15 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 08:26 PM - edited 01-21-2025 08:35 PM
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
I hope this helps.