global class KPIPreviewScheduel implements Schedulable { global void execute(SchedulableContext SC) { EquipmentRealCoverageBatch batch1 = new EquipmentRealCoverageBatch(); Database.executeBatch(batch1); } }