Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
The class has 1 method (Execute) which runs upon execution of the class.
This is an example :
global class Your_Class_Name implements Schedulable{
global void execute(SchedulableContext SC) {
// The code for execution
}
}
All Answers
Refer the link below:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
Thanks!
The class has 1 method (Execute) which runs upon execution of the class.
This is an example :
global class Your_Class_Name implements Schedulable{
global void execute(SchedulableContext SC) {
// The code for execution
}
}