Skip to content

Instantly share code, notes, and snippets.

@emoran
Created March 4, 2014 23:26
Show Gist options
  • Save emoran/9357926 to your computer and use it in GitHub Desktop.
Save emoran/9357926 to your computer and use it in GitHub Desktop.
global class CL_Schedulable_update_Purchases implements Schedulable {
global void execute(SchedulableContext SC){
CL_BATCH_update_Purchases batch_ordenes=new CL_BATCH_update_Purchases();
Database.executeBatch(batch_ordenes);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment