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

Hi @Pavithra0812 

 

This is the reason, SN set the notification on Insert/update, also I think if you send the notification when the outage starts that does not make sense to the user.

 

take example

 

If you get the outage notification from your bank just a minute before the outage starts, how will your experience be? So Outage notification should go well in advance.

*************************************************************************************************************
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]

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

Hi @Dr Atul G- LNG ,

We are utilizing the same OOB functionality for both outages and degradations.

For planned outages, we will trigger notifications to users 7 days in advance (using Flow Designer, which runs daily) and also when it starts and ends.


So, it's only for Planned outages.

Regards,

Pavithra

 Hi @Pavithra0812 

 

Sorry, So what is issue now?

*************************************************************************************************************
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]

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

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.