Schedule Synchronization | Apex Specialist Superbadge

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 8

  • @sudiphalder1484
    @sudiphalder1484 Год назад +2

    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.

  • @YourCoddingBuddy
    @YourCoddingBuddy  Год назад +8

    *************************** WarehouseSyncShedule *************************
    global with sharing class WarehouseSyncSchedule implements Schedulable{
    global void execute(SchedulableContext ctx){
    System.enqueueJob(new WarehouseCalloutService());
    }
    }

  • @radhikamishra3310
    @radhikamishra3310 7 месяцев назад +1

    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.

  • @svanik_nithya2938
    @svanik_nithya2938 7 месяцев назад

    thankyou
    do you even take any online sessions for coding

  • @sandhyasandy3093
    @sandhyasandy3093 10 месяцев назад

    thanks