Scheduled job is not running automatically, Every time i am executing manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 08:24 AM
I want to run the scheduled job automatically but is not doing, every time i have to click execute now button.
Could you let me know the reason why it is behaving it and how to correct it.
I have created this in scoped application because third party risk management is the scoped application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 08:32 AM
check the run as user is active and has the roles required and access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 08:35 AM
I have selected run as system administrator and active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 08:59 AM
@subbarayudu your script needs to be new GlideDateTime();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:05 AM
@Jake Sadler GlideDateTime(); won't be supporting for scoped applications, that why i used var difference = GlideDateTime.subtract(idt1, idt2);,
If we use GlideDateTime() that working for back ground script but in scheduled job not working even i click ececute now button also