- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 03:50 AM - edited 03-17-2025 03:51 AM
Hello All,
I am trying to create a ServiceNow Notification to Change Assignee
Requirement is - When the Planned End Date is more than 24Hrs and Change Request is still not closed then a notification to be sent to Change Assignee to close the change request as its overdue. Then Reminder notification to be sent after 48Hrs if still not closed. I would like to filter change requests based on state so that it does not generate trigger draft changes.
I tried using the below condition but its not working, Any idea what wrong with the below filter conditions? Thank you
Note: To test the notifications set at 5min
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:27 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 03:59 AM
Hi @Vinay52 ,
You need to write a schedule job, to keep checking the pre 24 hours and post 48 hour duration and trigger the email notification for all CHG fall under the condition. The schedule job script will glide over change_request table and compare the Planned End Date with current date, the hour different should be within 24 to 48 hour for pre notification.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:09 AM
Thanks Ashish, Let me try, I guess its not possible with Notification Filter conditions, right? How about Flow Designer option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 10:34 AM
Good to see that, my reply work for you. Please mark as accepted solution, you can select more than one answers. - Thanks.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution