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

SCHEDULED CLASSES
Is there a way to test schedulable classes without programming an apex class job?
Like in test classes that we have the "run" button.
i need to wait 1 hour to test my schedulable class every time i need to change something.
I made my schedulable class a trigger to test it, the trigger is working... the schedulable class not.
Also is not showing me debugs on the log after running.
and I'm getting crazy.
Thanks for the help!.
Like in test classes that we have the "run" button.
i need to wait 1 hour to test my schedulable class every time i need to change something.
I made my schedulable class a trigger to test it, the trigger is working... the schedulable class not.
Also is not showing me debugs on the log after running.
and I'm getting crazy.
Thanks for the help!.
You could do by two ways:
like this : http://salesforce.stackexchange.com/questions/82526/how-to-run-apex-scheduler-job-class-via-developer-console
Thanks
Shashikant