Getting below error Challenge Not yet complete... here's what's wrong: The WarehouseSyncSchedule apex class does not appear to be queuing a job for the WarehouseCalloutService class.
*************************** WarehouseSyncShedule ************************* global with sharing class WarehouseSyncSchedule implements Schedulable{ global void execute(SchedulableContext ctx){ System.enqueueJob(new WarehouseCalloutService()); } }
Challenge Not yet complete... here's what's wrong: Could not find a Scheduled Job named 'WarehouseSyncScheduleJob' for the WarehouseSyncSchedule class. Make sure you schedule this job to run per the requirements. THIS ERROR IS COMING I DID THE SAME THEN ALSO.
Getting below error
Challenge Not yet complete... here's what's wrong:
The WarehouseSyncSchedule apex class does not appear to be queuing a job for the WarehouseCalloutService class.
Have you copied the code from comment ?
*************************** WarehouseSyncShedule *************************
global with sharing class WarehouseSyncSchedule implements Schedulable{
global void execute(SchedulableContext ctx){
System.enqueueJob(new WarehouseCalloutService());
}
}
Thankyou very much bro
i am getting codding errors coddder
Challenge Not yet complete... here's what's wrong:
Could not find a Scheduled Job named 'WarehouseSyncScheduleJob' for the WarehouseSyncSchedule class. Make sure you schedule this job to run per the requirements. THIS ERROR IS COMING I DID THE SAME THEN ALSO.
thankyou
do you even take any online sessions for coding
thanks