You need to sign in to do that
Don't have an account?

stop scheduled batch job
So i have a batch job that is scheduled to run at 5am and at 9am. I would like to change the scheduled job that runs at 9am to 5pm. Both jobs use the same class so not sure how to update it so i can reschedule the 9am batch run to 5pm. Any help is greatly appreciated. I can provide details if needed.
Ive read some post but still unclear if i can reschedule and if a new class needs to be written in order to do this.
Ive read some post but still unclear if i can reschedule and if a new class needs to be written in order to do this.
Go to Setup>Monitor>Jobs>Scheduled Jobs
You should see two scheduled jobs. See 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.
All Answers
Go to Setup>Monitor>Jobs>Scheduled Jobs
You should see two scheduled jobs. See 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.
Thanks Again....