- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 11:06 PM
If I set "Once" for a scheduled job, will it run once and never run again?
When should I set "Once" to a scheduled job?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 11:12 PM
It will run only once as per dates defined and will never run again. 'Once' is used when you want to perform one time operation but you want to perform operation more than once select other options as per need. Mark my answer as correct or Hit like
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 11:12 PM
It will run only once as per dates defined and will never run again. 'Once' is used when you want to perform one time operation but you want to perform operation more than once select other options as per need. Mark my answer as correct or Hit like
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 11:17 PM
Hi,
You can use "Once" in scripts that you would like to run manually, at non-predictable date/time intervals.
The Once indicates that the script will run only one time, at the specified date/time, never again. But the script will still be available to run, whenever you open it and click the UI action "Execute now"