Notification to close change sent when planned end date is in the past.

Thereza Van der
Tera Contributor

Hi everyone

 

I am trying to create a notification that gets sent to someone as soon as their change's planned end date has passed. People forget to close changes that has been put into production and I need to constantly remind them. I tried the notification, but not sure what to make the condition. I think I need to use planned end date, but there is not an option to say 'has passed' or something like that.

 

Please direct me or give me a better idea.

 

Regards

Thereza

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Thereza Van der 

 

Greetings!!

 

When you say plan end date has been passed means you are comparing with current date or actual end date. I tried some thing like this:

Planned End Date less than than ... 

Please give a try 

 

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

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

GB Gabriel T
Kilo Guru

Hi @Thereza Van der !

 

Maybe it will help you!

 

Create a Task or Incident Record: Before you can create deadline notifications, you must have a record type for which you want to monitor deadlines. This could be an incident record, task, change, etc.

Create a Business Rule: Go to "Automation" in the left menu and click on "Business Rules". Create a new business rule to trigger notification when the deadline is about to expire.

Define the Conditions: In the business rule you created, define the conditions that will trigger the notification. For example, you could use a condition like "Deadline is X hours away from expiry" or "Due date is today".

 

Business Rule Action: Now, you need to configure the action that will be performed when the condition is met. For deadline notifications, you can configure an action to send an email, create a follow-up task, or do another relevant notification action.

 

Configure the Notification Action: If you choose to send an email as a notification action, configure the email details such as the recipient, subject, and message content. You can use dynamic fields to include relevant record information, such as expiration date.

Save the Business Rule: After configuring the business rule and notification action, save it to activate it.

 

See here too!⬇️

https://docs.servicenow.com/en-US/bundle/vancouver-field-service-management/page/product/field-servi...

 

https://docs.servicenow.com/pt-BR/bundle/sandiego-field-service-management/page/product/field-servic...

 

If it helped, please mark this answer as helpful!
Good luck!