Send Planned Outage Notifications at the Start and End of the Outage

Pavithra0812
Tera Expert

In my understanding, the OOB outage notifications are triggered only when a record is inserted or updated under the conditions that the Begin time is not set in the future and the End time is empty.

However, in our case, we will be creating planned outage records in advance to notify users about upcoming maintenance. Since the OOB functionality does not support to this scenario, we need to send notifications at both the start and end times of the planned outage.

 

I attempted to use a display business rule to update a field, but this approach requires refreshing the form for execution. Could someone suggest a more effective way to achieve this?

Pavithra0812_0-1722348211144.png

 

1 ACCEPTED SOLUTION

Pavithra0812
Tera Expert

Thank you for your help. I was able to use gs.eventqueuescheduled in scheduled jobs, and it's meeting our requirements to some extent.

View solution in original post

8 REPLIES 8

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Pavithra0812 

 

I think, OOTB, triggers a notification when the Outage reaches to beginning time. Have a look at the event fired.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG ,

I double-checked, and it appears that without an insert or update, the event does not get triggered.

 

Regards,
Pavithra

Hmmm.. try to use flow designer to send notification, when start time reach. But problem is it will increase load on system, as time has second as well and flow execution every second is not a good point.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

I completely agree with you; using a flow designer or running jobs periodically might lead to performance issues.

If you come up with any alternative solutions, please let me know.

 

Regards,
Pavithra