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