涂煌豪
2022-05-16 9518d7d3173b233f45dcbe58ab5ae2fca143dfd8
1
2
3
4
5
6
global class PowerBIUpdateSchedule implements Schedulable {
 
    global void execute(SchedulableContext SC) {
        Id execBTId = Database.executeBatch(new PowerBIUpdateBatch(null), 200);
    }
}