Scheduled Jobs in Salesforce are processes or tasks that are scheduled to run automatically at a specified time or on a recurring basis. They are typically used for automating repetitive tasks, managing system maintenance, or processing large volumes of data during off-peak hours.
Scheduled Jobs provide a powerful way to automate and streamline operations in Salesforce, enhancing productivity and minimizing manual intervention.
To add a new schedule:
- Go to the salesforce setup page.
- Type “Scheduled Jobs” in the search field.
- Click on the Scheduled Jobs page in the list.
- Click on the Schedule Apex button.

- Click on the Apex Class Lookup icon on the Schedule Apex page.

- After clicking on the icon the new web page will be opened where the class for scheduler should be selected. Click on the class name.

- Fill out the Job Name field.
- Select all days of the week if the job should be performed every day.
- Select the Preferred Start Time if needed.
- Click on the Save button.
After that, the scheduled job should be displayed in the list:
