buli
2022-04-08 8027012275e0e54e12ba98844e0beec114244c93
1
2
3
4
5
global class OpportunityUpdateSendEmailSchedulable implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new OpportunityUpdateSendEmailBatch(), 10);
    }
}