global class NextMonthVisitSchedule implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new NextMonthVisitBatch(), 20); } }