Schedule synchronization | Apex Specialist | Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 102

  • @WonderStudies
    @WonderStudies  2 ปีที่แล้ว +26

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

  • @Abhishek-yb9kb
    @Abhishek-yb9kb 2 ปีที่แล้ว

    Thanks for this video, really helpful ✌

  • @lluwellynnuwegeld6596
    @lluwellynnuwegeld6596 11 หลายเดือนก่อน +1

    pleease assist?Challenge Not yet complete... here's what's wrong:
    The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface.

  • @rrrestaurant1685
    @rrrestaurant1685 2 ปีที่แล้ว +6

    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. plz help me with this error sir

    • @krishnayadav.
      @krishnayadav. 2 ปีที่แล้ว +2

      Same problem

    • @Badri360
      @Badri360 2 ปีที่แล้ว +1

      Bro Module complete ayindhaaa...?

    • @theashishahuja
      @theashishahuja ปีที่แล้ว

      @@Badri360 Did you get any solution?

  • @letstalk-tp7oi
    @letstalk-tp7oi 11 หลายเดือนก่อน +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.

    • @Beat_magic_world
      @Beat_magic_world 11 หลายเดือนก่อน

      Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{
      global void execute(SchedulableContext context){
      System.enqueueJob(new WarehouseCalloutService());
      }
      }

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน +1

      @letstalk-tp7oi ........make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.

    • @letstalk-tp7oi
      @letstalk-tp7oi 8 หลายเดือนก่อน

      Thanks but your suggestion is 3 months delayed 😅

    • @12d0-akshithreddy2
      @12d0-akshithreddy2 5 หลายเดือนก่อน

      @@BhargaviBathula-bm1od bro still same

  • @suryanarayanabodapati1269
    @suryanarayanabodapati1269 ปีที่แล้ว +1

    how to solve this:
    the apex class has future jobs pending or in progress

  • @k.khakre250
    @k.khakre250 3 หลายเดือนก่อน

    Thanks a lot 👍

  • @paritalasaiteja9406
    @paritalasaiteja9406 2 ปีที่แล้ว +7

    No Apex class named 'WarehouseSyncSchedule' was found. plz help

    • @ybnsnsh6425
      @ybnsnsh6425 ปีที่แล้ว

      create one
      in file>new apex class

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน

      @paritalasaiteja9406......make sure u run the classs one time

  • @abyaskorada2075
    @abyaskorada2075 2 ปีที่แล้ว +2

    Challenge Not yet complete... here's what's wrong:
    The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface.please help guys

  • @SyedAmreenbanu
    @SyedAmreenbanu 2 ปีที่แล้ว +3

    The WarehouseCalloutService class does not appear to have run successfully as the equipment records are not found in the database. The REST endpoint returns 22 records so your org should have at least 22 records in the Product2 table. Make sure that you successfully run this class at least once before attempting this challenge. Since this class is implementing the queueable interface, you may want to wait to ensure that it has processed successfully.
    We are getting this error could u please us

    • @PS-od2mm
      @PS-od2mm ปีที่แล้ว

      check if u have created remote site setting or not

  • @kurakulavarshitha
    @kurakulavarshitha 11 หลายเดือนก่อน

    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.
    how to solve this error

    • @Beat_magic_world
      @Beat_magic_world 11 หลายเดือนก่อน

      Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{
      global void execute(SchedulableContext context){
      System.enqueueJob(new WarehouseCalloutService());
      }
      }

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน

      make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.

  • @ashishgule6089
    @ashishgule6089 2 ปีที่แล้ว +1

    getting error
    Failed to create createContainerMember for containerId=undefined: Can’t save changes. A containerId value is missing.: Metadata Container ID

  • @sindhujayram1609
    @sindhujayram1609 ปีที่แล้ว

    Challenge not complete. The WarehouseSyncSchedule apex class dose not appear to be queuing a job for the WarehouseCalloutService class.
    Pls help

    • @pradum672
      @pradum672 ปีที่แล้ว

      Did you solved?

  • @kasinadh0217
    @kasinadh0217 2 ปีที่แล้ว +1

    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.
    Could you please sortout this error

  • @ganjiharshavardhan2002
    @ganjiharshavardhan2002 2 ปีที่แล้ว

    The warehousesyncschedule apex class does not appear to be queuing a job for the warehouseCalloutServicesJob.pls help

    • @anithabai3943
      @anithabai3943 2 ปีที่แล้ว

      plz tell me i got same error
      i tried so many times anyone tell me

  • @piyushsakhare7037
    @piyushsakhare7037 2 ปีที่แล้ว

    what i do now
    and check challange show this error
    The WarehouseSyncSchedule apex class does not appear to be queuing a job for the WarehouseCalloutService class.

    • @WonderStudies
      @WonderStudies  2 ปีที่แล้ว

      Bro once close it and copy the code again first save it and run

    • @ganjiharshavardhan2002
      @ganjiharshavardhan2002 2 ปีที่แล้ว

      Bro did this error got cleared or not

    • @WonderStudies
      @WonderStudies  2 ปีที่แล้ว

      @@ganjiharshavardhan2002 do it again in a new playground

    • @SettipalliNaveenKumar
      @SettipalliNaveenKumar 2 ปีที่แล้ว

      @@WonderStudies how we do in the new playground brother there is no class with the name of warehousesyncschedule plz help me bro i stucked here from two days

    • @sivaChowdary0512
      @sivaChowdary0512 2 ปีที่แล้ว

      @@WonderStudies broh i had done twice but no came ,error came like this ( this apex class has batch or furture jobs pending or in progress) so please solve it broh

  • @ayesha1213-g1m
    @ayesha1213-g1m 2 ปีที่แล้ว

    its showing that "This apex class is already scheduled for execution" what to do

    • @ybnsnsh6425
      @ybnsnsh6425 ปีที่แล้ว

      goto scheduled jobs and delete the 'WarehouseSyncShedule'
      then delete the same file in apex classes
      then start fresh.
      this time save your job name with "WarehouseSyncScheduleJob"

  • @rrrestaurant1685
    @rrrestaurant1685 2 ปีที่แล้ว

    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. plz help me sir

  • @rrrestaurant1685
    @rrrestaurant1685 2 ปีที่แล้ว +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. plz help me with this error

    • @kavyakurra2311
      @kavyakurra2311 2 ปีที่แล้ว

      same problem . did you sloved it plz tell me plz

    • @Beat_magic_world
      @Beat_magic_world 11 หลายเดือนก่อน

      Try the below code for
      WarehouseSyncSchedule implements Schedulable{
      global void execute(SchedulableContext context){
      System.enqueueJob(new WarehouseCalloutService());
      }
      }

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน

      make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน

      @@kavyakurra2311 make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.

  • @Tsunami_HJ
    @Tsunami_HJ 2 ปีที่แล้ว

    I'm try exactly but this ERROR show what can i do....?
    The WarehouseSyncSchedule apex class does not appear to be queuing a job for the WarehouseCalloutService class.

  • @niyamirza3445
    @niyamirza3445 2 ปีที่แล้ว

    I am getting an error like this after I tried to save the code -- Failed to create createContainerMember for containerId=1dc5h000007GqX5AAK: This container member belongs to a container that currently has an unfinished save request with deploymentId=1dr5h0000042xov. You may not modify any members in this container until it completes.: Metadata Container ID

    • @siddhulearncoding6244
      @siddhulearncoding6244 2 ปีที่แล้ว

      Recreate above all tasks and pre work process after we will get result successfully

  • @karthikeyansureshbabu1684
    @karthikeyansureshbabu1684 ปีที่แล้ว

    how do i change the apex job name?

    • @WonderStudies
      @WonderStudies  ปีที่แล้ว

      Delete it and create once again

    • @sailaja6981
      @sailaja6981 ปีที่แล้ว

      how to delete the Apex class bro
      @@WonderStudies

    • @BhargaviBathula-bm1od
      @BhargaviBathula-bm1od 8 หลายเดือนก่อน

      @@sailaja6981 Don't delete apex class.... create new job no need to delete already created one.

  • @meghagupta8761
    @meghagupta8761 2 ปีที่แล้ว

    Apex job status is queued not completed how can stop it

    • @WonderStudies
      @WonderStudies  2 ปีที่แล้ว

      Remove class and again open run,save it

  • @rajeshchowdary431
    @rajeshchowdary431 2 ปีที่แล้ว

    thanks a lot brother

  • @piyushsakhare7037
    @piyushsakhare7037 2 ปีที่แล้ว

    bro when i copy and run test your code the error showed like this
    Error: Compile Error: This Apex class has batch or future jobs pending or in progress at line -1 column -1

    • @WonderStudies
      @WonderStudies  2 ปีที่แล้ว

      First you have to run all classes then goto create new template

    • @adithyaadi6269
      @adithyaadi6269 2 ปีที่แล้ว

      @@WonderStudies what do you mean by create new template btw i'm getting same error

    • @kavyakurra2311
      @kavyakurra2311 2 ปีที่แล้ว

      bro your error completed daa

  • @akulasaiteja7245
    @akulasaiteja7245 2 ปีที่แล้ว

    Getting error
    The apex class Warehouse SyncSchedule does not appear to be implementing the Schedulable interface

    • @WonderStudies
      @WonderStudies  2 ปีที่แล้ว

      Click ctrl+o and check for class now save and run the code

  • @pravallikareddy9030
    @pravallikareddy9030 2 ปีที่แล้ว

    Sir can you please give me package id to complete this module

  • @moolimadhankumarreddy
    @moolimadhankumarreddy 2 ปีที่แล้ว +5

    Your Videos Are 100% Correct , Thank You Very Much Bro 🥰😍

  • @luckyvarma5726
    @luckyvarma5726 2 ปีที่แล้ว

    Challenge Not yet complete... here's what's wrong:
    The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface. ????

    • @astridsaurav9545
      @astridsaurav9545 2 ปีที่แล้ว

      bro run code then ctrl +s then it will come

  • @rrrestaurant1685
    @rrrestaurant1685 2 ปีที่แล้ว

    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. plz help me with this error sir please help me sir

    • @shivaswamy6721
      @shivaswamy6721 2 ปีที่แล้ว

      e question ki solution evvandi

    • @pradeeppenneti5683
      @pradeeppenneti5683 2 ปีที่แล้ว

      The scheduled job should be Ned warehouseSyncScheduleJob

  • @ramreddy-tb1dk
    @ramreddy-tb1dk 2 ปีที่แล้ว +2

    Thank you Brother😍😍

  • @SatyaPrakashPatel-zy1sp
    @SatyaPrakashPatel-zy1sp 2 ปีที่แล้ว

    after opening the class i got this code :
    ****************************************
    global class WarehouseSyncSchedule implements Schedulable{
    global void execute(System.SchedulableContext context){
    WarehouseCalloutService.runWarehouseEquipmentSync();
    }
    }
    and an error of
    this schedulable class has jobs pending or in progress
    please help

  • @said5824
    @said5824 2 ปีที่แล้ว +1

    Thanks alot 🙂

  • @AsifShaikh-vc5jw
    @AsifShaikh-vc5jw ปีที่แล้ว

    Hi Friends
    after completing all Trailmix 4A - Customize Salesforce with Code: Apex its still showing ~7 hrs 5 mins left•71%
    does anyone know what to do?

  • @rrrestaurant1685
    @rrrestaurant1685 2 ปีที่แล้ว

    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. plz help me with this error

    • @Balu-vu2og
      @Balu-vu2og 2 ปีที่แล้ว

      same error

    • @reshma_naidu7
      @reshma_naidu7 2 ปีที่แล้ว +1

      Create the apex class with Job name WarehouseSyncScheduleJob......it doesn't support editing so....search apex classes in home nd click schedule apex as u did last time

    • @reshma_naidu7
      @reshma_naidu7 2 ปีที่แล้ว

      @@Balu-vu2og Create the apex class with Job name WarehouseSyncScheduleJob......it doesn't support editing so....search apex classes in home nd click schedule apex as u did last time

    • @SivaGarapati
      @SivaGarapati 2 ปีที่แล้ว +1

      @@reshma_naidu7 thanks bro

    • @sailaja6981
      @sailaja6981 ปีที่แล้ว

      but what is the code inside that apex class bro?? same as the above in description @@reshma_naidu7