1
2
3
4
5
6
7
8
global class KPIPreviewScheduel implements Schedulable {
   global void execute(SchedulableContext SC) {
     
      ASOTDeleteRealBatch batch3 = new ASOTDeleteRealBatch();
      Database.executeBatch(batch3);
      
   }
}