- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 04:18 AM
Hi Experts,
I have to update current table worknotes if any changes occur in related lists of it including what changes occur also to be captured . How to achieve this ,could someone please help on this..
For example in related list if any field updates then the field is changed from a to b..like this
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 07:59 AM
To Automatically update the work notes when any changes occur in related lists (including capturing what changed), By using Glide Record and Glide Audit API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 04:30 AM
for this you will have to write after update business rule on related list table
Query with your table on related list table which refers to current form
Then update the parent record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 07:59 AM
To Automatically update the work notes when any changes occur in related lists (including capturing what changed), By using Glide Record and Glide Audit API.