global class setOrderShareBatchSchedule implements Schedulable { global void execute(SchedulableContext SC) { Id execBTId = Database.executeBatch(new setOrderShareBatch(), 1); } }