- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:01 AM
Hi! i need help '
need to create a schedule job for Request Item: Request for elevator digital sign -
that will run every day at 7 AM and will check if the end time for preforming is today, if yes then need to send notification to me.
I did it like this:
notification:
event:
schedual job:
the sys id its user me
its not work' why?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:23 AM
Hi @yardenKrispel ,
Can you please check 2 things in Scheduled job.
1. Please check the backend name of end_time from the list.
2. When you call the event it accepts 3 parameters like this
gs.eventQueue('adtv.job',current,current.number,gs.getUserName());
Here Current is GlideRecord, current.number is param1 and gs.getUserName() is param2
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:23 AM
Hi @yardenKrispel ,
Can you please check 2 things in Scheduled job.
1. Please check the backend name of end_time from the list.
2. When you call the event it accepts 3 parameters like this
gs.eventQueue('adtv.job',current,current.number,gs.getUserName());
Here Current is GlideRecord, current.number is param1 and gs.getUserName() is param2
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:32 AM
Hi @yardenKrispel ,
I tried to replicate this in my PDI and it works for me
Please check Image for reference
Scheduled Job
Event
Notification
When I click on execute now on Scheduled job it shows in Emails log
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:47 AM
thanks! its work!