How to trigger notification when work notes or additional comments changes in incident

Vamshi Krishna2
Tera Contributor

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

6 REPLIES 6

The updated one needs to be true :

Ankita19_0-1671600475548.pngAnkita19_1-1671600515997.png

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.

jaheerhattiwale
Mega Sage
Mega Sage

@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.

jaheerhattiwale_0-1671601558918.png

 

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.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023