- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 06:01 AM
Hi All,
I've noticed that if an HR Task is getting updated with a work note, then the HR parent case is getting updated with the exact same work note.
Is this OOTB behaviour and where can I find the logic for it?
I have tried going through business rules, script includes and flows without finding the logic that's adding the journal post on the parent case.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 06:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 06:15 AM
@Mimmi There is an OOTB business rule Validate Changes, this OOTB BR is responsible for rolling up the worknote to the parent case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 06:07 AM
Hi
Check this business rule on HR task table "Validate Changes"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Thank you Shruti!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 06:08 AM
you should search for after update business rule on HR Task
OR
you can also search for flow in flow designer
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
08-04-2025 06:08 AM
Hi @Mimmi ,
I think this will be in before business rule on that table, and the condition might be where child is not empty.
You can go throw the all the business rules on that table mostly before BR.
Thanks,
Bhimashankar H
-------------------------------------------------------------------------------------------------
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'. Thanks!