global class RepairReceiptBatchSchedulable implements Schedulable { //HWAG-BCM5AK;---2019-06-12-XHL--- global void execute(SchedulableContext sc) { Id execBTId = database.executebatch(new RepairReceiptBatch(),200); } }