GWY
2022-04-06 269f8c029edd9ae2c32e16f9bf6e3d10d70dd9e7
1
2
3
4
5
global class setOrderShareBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
            Id execBTId = Database.executeBatch(new setOrderShareBatch(), 1);
        }
}