- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:55 PM
Hi All,
Need to send the oncall schedule rota to customer
Requirement
I need to send the below Notification on daily basis at 3:30 AM
Notification Created
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 11:11 PM
@Saib1 , Follow this below Process
1. I could see you have already Created an Event
2. Call this Event into Schedule Job using gs.eventQueue
Below is the Screenshot of Schedule Job Config (Automatically run a script of your choosing) Select this Option while creating new Schedule Job
Syntax : gs.eventQueue('event.name', GlideRecord, parm1, parm2) \
Ex
gs.eventQueue('xyz',current,current.number,gs.getUserName());
Regards,
Shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:47 AM
@Saib1 thank you for marking this as correct answer , can you also please mark this as helpful
Regards,
Shyamkumar
Regards,
Shyamkumar