How to trigger notification when work notes or additional comments changes in incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 08:52 PM
Hi I'm trying to create a notification to the caller who created the incident whenever additional comments or work notes get updated by giving the below condition
when to send
additional comments changes
worknotes changes
who to send
requested by
but the notification is not getting triggered when update happens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 09:29 PM
The updated one needs to be true :
The "send to the event creator" option is on the advanced notification view. By selecting this option you can send a notification to the person who performed the action that started the notification process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 09:47 PM
@Vamshi Krishna2 You can create a after insert business rule on "Journal Entries [sys_journal_field]" table where the work notes and comments gets stored.
You can add the below condition to business rule.
Name is <YOUR TABLE NAME>
In the script you do the logic and trigger the notification using gs.eventQueue() function.
Please mark as correct or helpful answer based on impact.
ServiceNow Community Rising Star, Class of 2023