Notification is getting triggered with latest additional comment when worknotes is updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 11:45 PM
HI Community,
In HR Case table we have a notifications set,below is the trigger condition it will send out with notification to watchlist users (caller cc). In what it will contain section , in message html we have added the mail script (attached below) so the body of the mail will be the latest additional comments updated in the record.
Now the issue is if the user updates the new worknotes also the notification is getting triggered and the body of the email has the latest additional comments (which is already sent before at that time when additional comment is updated)
How to fix this
Trigger condition:
Mail script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:11 AM
Just add Additional comments changes in when to send condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 01:10 AM
HI @nirmal12720 ,
Thanks for the reply
I have tried this one but i don't see any thing like that (additional comments or worknotes) and this notification is created on the HR Case( snhrcorecase) table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:21 AM
Hi @suuriyas ,
Add one more condition on your business rule along with current one, like below
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 01:12 AM
HI @Runjay Patel ,
Thanks for the reply
I have tried this one but i don't see any thing like that (additional comments or worknotes) and this notification is created on the HR Case( snhrcorecase) table
And the screenshot provided is from notifications not BR