function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ali FailoulAli Failoul 

Disable scheduler jobs salesforce

So I have many jobs that is scheduled to run. I would like to stop the scheduled job for a few hours just for one day. Any help is greatly appreciated. I can provide details if needed.
 
Best Answer chosen by Ali Failoul
Team NubesEliteTeam NubesElite
Hi Hanane,
Go to
Setup>Monitor>Jobs>Scheduled Jobs
You should see two scheduled jobs. See for example if you can change the one that runs at 9AM (Next scheduled run column) to 5PM using manage. Make sure that it is right job (look at the APEX class field).
If you don't see manage link, delete the job and schedule the same class for 5PM.  there is a Schedule Apex Button on the
Setup > Develop > Classes screen.


Thank You
www.nubeselite.com

Developement | Training | Consulting

Please Mark this as solution if your problem resolved.