Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Schedule synchronization from (Superbadge - Apex Specialist)
- ----------------------------------------------------------------
- SOURCE CODE : Schedule synchronization
- global with sharing class WarehouseSyncSchedule implements Schedulable{
- global void execute(SchedulableContext ctx){
- System.enqueueJob(new WarehouseCalloutService());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement