- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2017 11:35 PM
Hi all ,
I need to trigger a notification for the records when their Implementation date is less than 11 months old .
I have created a Scheduled Job and provided the conditions.
Can anyone suggest how we can get the notification triggered in a Scheduled Job ?
Thanks,
Vimmy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:40 AM
First create a event and process that one with below sysmtax
Use the gs.eventQueue('eventname',object(generally table name),'parm1','parm2');
Please refer these links,
http://wiki.servicenow.com/index.php?title=Event_Registry#gsc.tab=0
http://wiki.servicenow.com/index.php?title=Events_and_Email_Notification#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:39 AM
Hi Vimmy,
Hope this link will help you to trigger Notification through Schedule Job:
Thanks,
Anjali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 12:16 AM
Thanks . It helped. Made an event and called it via gs.eventqueue in the Script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:40 AM
First create a event and process that one with below sysmtax
Use the gs.eventQueue('eventname',object(generally table name),'parm1','parm2');
Please refer these links,
http://wiki.servicenow.com/index.php?title=Event_Registry#gsc.tab=0
http://wiki.servicenow.com/index.php?title=Events_and_Email_Notification#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 12:17 AM
Object can be taken as "Current" as well.