111
GWY
2022-03-10 e1928eff37b01afcdfd5456944bb3b15d09e3258
1
2
3
4
5
global class setOrderShareBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
            Id execBTId = Database.executeBatch(new setOrderShareBatch(), 1);
        }
}