
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2024 08:38 AM
HI All,
How can we setup a scheduled job to run twice a day first one @12 pm and second one @5pm on same day. I have tried with setting run as periodically (mentioned repeat interval as 12pm and staring as 17pm) but its running only one time. Any suggestion?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2024 07:50 PM
Hi @Anil74,
Did you try the conditional checking in scheduled job ? Set the job to repeat hourly with 1 hour and put the time checking in the condition section. If the clock is at 12PM or 5PM the job will run otherwise, cancel the job. Noted that the time checking at condition will be affected by field "Run as tz"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2024 06:44 PM
Hello @Anil74
Below community post will help you
If it helps kindly click on like icon and mark it as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-06-2024 07:50 PM
Hi @Anil74,
Did you try the conditional checking in scheduled job ? Set the job to repeat hourly with 1 hour and put the time checking in the condition section. If the clock is at 12PM or 5PM the job will run otherwise, cancel the job. Noted that the time checking at condition will be affected by field "Run as tz"