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