GWY
2022-05-10 b6dfed7e531e6b008df6d404e0b04aef179ba840
1
2
3
4
5
global class SSOpportunitySchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
            Id execBTId = Database.executeBatch(new SSOpportunityBatch(null), 100);
        }
}