How to send notification when additional comments / work notes changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 03:48 AM
Hi all,
I have a requirement to send an email to assigned to when the user who is the reporter adds an additional comment through the portal
And another requirement to send an email to the reporter when the assigned to sends work notes
I have made this, using the same event :
and this is my business rule:
what am i doing wrong ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 04:58 AM - edited ‎02-04-2024 05:00 AM
Hi,
In this case it's because of the business rule that runs onAfter the change. You will need to change it to run onBefore the change happens.
This is because the worknotes and additional comments are special, they don't exist as a field on the record, they are their own record on a separate table [sys_journal_field].
And as a side note.
Usually you don't want the work notes to be sent out to the reporter, because this field is meant only for the agent/case handler or similar. They are meant as an internal field, not accessible by the reporter/end user of the case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 07:54 AM
Hi @Karinush
I have a requirement to send an email to assigned to when the user who is the reporter adds an additional comment through the portal
Atul: Additional comments should go to Reporter / caller not to Assigned to
And another requirement to send an email to the reporter when the assigned to sends work notes
Atul: Report should get email when some thing added in Additional comments not in work notes.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************