
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:38 PM
I created an outage which works fine if I start the outage right away but if I schedule a planned outage it will not fire. My thought is that because the notification for the immediate outage start begins when an event outage.begin.notif triggers there is some logic in there that needs to be modified for the planned outage.
Where can I find outage.begin.notif?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:46 PM
Yes, the custom events are created in the Event Registry. Check the event registry for this event
and there should be some server side scripts that actually fires this event. Check the business rule, script includes to find gs.eventQueue or outage.begin.notif.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:50 PM
Arka is correct.
The direct search would be this -
yourinstance.service-now.com/sysevent_list.do?sysparm_query=name%3Doutage.begin.notif&sysparm_first_row=1&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 11:02 AM
Hi All,
Did anyone ever find where the outage.begin.notif event is getting triggered. The Registry record says it is triggered by a Script Action, but I've searched all Client Scripts, UI Actions, UI Policies, even Business Rules, Script Includes, even Scheduled Jobs. I found nothing. I'm trying to find out where these three events get generated.
outage.details.notif
outage.begin.notif
outage.end.notif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 05:01 AM
You can find them in the script actions table:
https://yourinstancename.service-now.com/nav_to.do?uri=%2Fsysevent_script_action_list.do%3Fsysparm_query%3Devent_nameSTARTSWITHoutage%26sysparm_first_row%3D1%26sysparm_view%3D%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue
Please Mark this as Helpful if it helped you.