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