- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 05:27 AM
Hi,
I created a due date field on a service catalog request form and I am trying to send a notification when the due date is reached whether the request is closed or not. Please provide step by step instructions.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 12:22 PM
To send out notifications on due date variables, the solution is:
1. create an Registry under system policy
2. create a schedule job in in the run this script, write a script to query on your variable and call the event in the script using gs.eventQueue
2. then create notification and when to run , select event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 05:49 AM
I shared solution for something similar in the past using flow designer. you can enhance it on top of it
I cannot seem to get an Email Notification when a record's due date is reached
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 06:00 AM
This information is helpful but i created a custom date variable on sc_cat_item table. Called Decommission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 06:09 AM
so based on date variable you want to do
Did you try to enhance that flow to use variable rather than a field?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 06:20 AM
Can you walk me through the steps to enhance the flow to use a variable?