- 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 07:08 AM
I would suggest you start it from your side and it would be a learning for you as well.
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 07:30 AM
I was able to get the catalog variables, using a second action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 07:42 AM
Did you accidentally marked your own response as correct?
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 07:48 AM - edited 07-06-2023 07:48 AM
Still working on the flow designer to send out the notification. Once I run through it, I will update this thread with the instructions.
Thank you
- 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