- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 12:41 PM
Hello Servicenow Community,
I'll keep this open ended: I'm trying to figure out the best way to kick off an Email Notification to the Assigned To and Assignment Group of the task after a task has been open too long (notice I didn't say the SLA has been Breached).
Yes, we have defined SLAs and we have the default SLA workflow - but the Notifications in Workflow do not seem to provide this functionality as they are defined using a statically defined group and user.
An email Notification seems to require an Insertion or Update to kick off rather than just firing when the criteria are met, which doesn't work in this situation.
I have some ideas about how to do this (having to do with a scheduled job kicking off a registered event, which calls the Notification, or triggering the same from a workflow), but am frankly surprised that this functionality apparently isn't available OOB as a simple configuration and can't shake the feeling that I'm missing something. It just seems overly complicated for what should be a simple OOB fiunctionality.
This has to be a common need and should warrant a straightforward solution (IMHO). Who can provide one? Ideally, this will be accomplished from an Email Notification (not the Workflow).
Thanks,
Robert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 02:02 PM
I agree and I have worked with several of these systems as well having been a customer for many years. To ease the creation of scheduled jobs, ctomasi created a Scriptless Scheduled Jobs solution that automates the script creation for you based on condition builder. This is certainly another option for you too:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:35 PM
Which is probably the "right" way to do it. Just seems very convoluted for something so simple. Having done admin/dev for other ticketing systems, this is a common business need. Looks like a big gap for ServiceNow, functionality-wise. It is solvable to be sure, but not as easily as configuration, which this should be.
Cheers!
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 02:02 PM
I agree and I have worked with several of these systems as well having been a customer for many years. To ease the creation of scheduled jobs, ctomasi created a Scriptless Scheduled Jobs solution that automates the script creation for you based on condition builder. This is certainly another option for you too:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 03:17 PM
LOL I just watched that video and had downloaded his solution and am about to try it. He is a great resource for just about everything SN. I don't know where he finds the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 06:19 PM
Update: I used a Scheduled Job, an Event and Notification. Works like a charm.
Scriptless Scheduled Jobs made it easy. Thanks Chuck!
:-),
Robert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2018 06:32 PM
You're very welcome. I'm glad you like it and find it useful. Thanks for the reference michael.ritchie