buli
2022-04-06 09619a34a648667555558e0667951ce568b65334
1
2
3
4
5
global class NFM112BatchSchedulable implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new NFM112Batch(),1);
    }
}