buli
2022-04-06 09619a34a648667555558e0667951ce568b65334
1
2
3
4
5
global class NextMonthVisitSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Database.executeBatch(new NextMonthVisitBatch(), 20);
    }
}