buli
2022-04-06 09619a34a648667555558e0667951ce568b65334
1
2
3
4
5
global class NFM605Schedule implements Schedulable {
    global void execute(SchedulableContext sc) {
       Database.executeBatch(new NFM605Batch(), 200);
    }
}