- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:03 AM
What is the difference between "Event Fire " and "Trigger" option available in Notification under "When to send " option?? and there functionality
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2019 06:44 AM
Hello Isahaq,
Check this.
Send when | Select under what condition the notification is sent:
|
Mark the comment as a correct answer and also helpful if this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:34 AM
Event Fire: here your notification will generate based on event execution.
eg: you want to send notification to group manager, which incidents did not update from last 3 days.
so you can write here event based notification using gs.eventQueue() function.
kindly refer the below example .
Triggered : You will create notification here and then set send when as "triggered" now this notification will execute once you will have notification action added/execute on your flow designer.
Kindly refer the below doc link .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 05:50 AM
Hi Mohammed Isahaq,
Event is fired means when you generate event via server side objects ( e.g business rule, script includes).
Triggered means when it's triggered by action in flow designer.
Please check below for more details
https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
Please Mark Correct/Helpful answer if it help you.
Regards,
Kunal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2019 06:44 AM
Hello Isahaq,
Check this.
Send when | Select under what condition the notification is sent:
|
Mark the comment as a correct answer and also helpful if this helps.