How to update worknotes Based on Related List Records adding/removing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 10:47 PM
Hi,
I have one requirement update the work notes whenever records added or removed in related list like service now incident table whenever under related list problem record added then work notes updated with "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 11:29 PM
@siva44 , I don't know why it is not coming. you can see the task relationship table in below.
Alternative Approach (Using an OOB Configuration)
ServiceNow provides Audit Tracking for related records. To enable OOB tracking:
- Go to System Definition > Dictionary.
- Search for the task_rel_task table.
- Open the Parent field.
- Enable Audit (if not enabled).
- Save and test.
This may enable OOB updates in Activity Logs, but if you need it in Work Notes, use the Business Rule
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P