This task requires access to the Task Manager
in Setup > System.
After creating the task job, you may either Run the task
manually as needed or create a schedule to automatically launch
the task for you.
- Open the desired task > click the Schedules tab
to create a schedule.
- In Name, label your schedule.
- In Schedule Type, select a type from the list.
Choices are:
Advanced (Dynamic Date)
Cron Expression
One Time
- Depending on your selection above, configure the required
setting as needed.
- Click Save.
Cron
Expression Examples:
Cron Expression |
Description |
0 30 15 * * ? |
Fires this task daily at 3:30PM |
0 0 0 1 * ? |
Fires at midnight the first day of every month. |
0 0 23 15 * ? |
Fires at 11:00 PM on the 15th of every month |
0 0 0 L * ? |
Fires at midnight on the last day of every
month |