Updating fields in portal form widgets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2025 10:11 PM
On the platform, when you update a record, the fields are automatically updated if the same record is viewed in another browser.
However, the same process doesn't seem to work on the portal.
Is there a way to tell if two users are updating the same record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2025 09:32 PM
Hi @bonsai
Have you tried with recordWatch ?
Explore below docs and get some hands-on.
https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/servicenow_application_develop...
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks!
Krishnamohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2025 07:40 AM
Automatic updates and concurrency warnings work on the platform. They don't work on the portal unless you configure recordWatch() or develop additional validation.
