Li Jun
2022-05-10 896e69e68ecc01b0b8a4c03dd010e0a31603be6e
1
2
3
4
5
global class NextMonthVisitSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Database.executeBatch(new NextMonthVisitBatch(), 20);
    }
}