global class NFM621ControllerSchedule implements Schedulable { global void execute(SchedulableContext sc) { Id execBTId = Database.executeBatch(new NFM621ControllerBatch(),100); } }