GWY
2022-05-10 7be2215f6c5b5d0c58874fd7c830abdd062e2185
1
2
3
4
5
global class OpportunityUpdateSendEmailSchedulable implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new OpportunityUpdateSendEmailBatch(), 10);
    }
}