force-app/main/default/classes/KPIPreviewScheduel.cls
@@ -1,6 +1,8 @@ global class KPIPreviewScheduel implements Schedulable { global void execute(SchedulableContext SC) { EquipmentRealCoverageBatch batch1 = new EquipmentRealCoverageBatch(); Database.executeBatch(batch1); ASOTDeleteRealBatch batch3 = new ASOTDeleteRealBatch(); Database.executeBatch(batch3); } }