global class NextMonthVisitTwoSchedule implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new NextMonthVisitTwoBatch(), 20); Database.executeBatch(new updateQISPDAddFour(), 20); } }