buli
2022-05-13 2f4492ee18f90274582fcc2bb06f5e9bf64136e8
1
2
3
4
5
global class setOrderShareBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
            Id execBTId = Database.executeBatch(new setOrderShareBatch(), 1);
        }
}