4.1 WarehouseSyncShedule ***************************** global with sharing class WarehouseSyncSchedule implements Schedulable{ global void execute(SchedulableContext ctx){ System.enqueueJob(new WarehouseCalloutService()); } }
pleease assist?Challenge Not yet complete... here's what's wrong: The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface.
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
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.
Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{ global void execute(SchedulableContext context){ System.enqueueJob(new WarehouseCalloutService()); } }
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
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
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
Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{ global void execute(SchedulableContext context){ System.enqueueJob(new WarehouseCalloutService()); } }
getting error Failed to create createContainerMember for containerId=undefined: Can’t save changes. A containerId value is missing.: Metadata Container ID
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
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 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
@@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
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"
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
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
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.
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
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
Challenge Not yet complete... here's what's wrong: The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface. ????
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
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
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?
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
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
@@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
4.1 WarehouseSyncShedule
*****************************
global with sharing class WarehouseSyncSchedule implements Schedulable{
global void execute(SchedulableContext ctx){
System.enqueueJob(new WarehouseCalloutService());
}
}
Thanks for this video, really helpful ✌
pleease assist?Challenge Not yet complete... here's what's wrong:
The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface.
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
Same problem
Bro Module complete ayindhaaa...?
@@Badri360 Did you get any solution?
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.
Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{
global void execute(SchedulableContext context){
System.enqueueJob(new WarehouseCalloutService());
}
}
@letstalk-tp7oi ........make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.
Thanks but your suggestion is 3 months delayed 😅
@@BhargaviBathula-bm1od bro still same
how to solve this:
the apex class has future jobs pending or in progress
Thanks a lot 👍
No Apex class named 'WarehouseSyncSchedule' was found. plz help
create one
in file>new apex class
@paritalasaiteja9406......make sure u run the classs one time
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
Same problem
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
check if u have created remote site setting or not
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
Try the below code for global with sharing class WarehouseSyncSchedule implements Schedulable{
global void execute(SchedulableContext context){
System.enqueueJob(new WarehouseCalloutService());
}
}
make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.
getting error
Failed to create createContainerMember for containerId=undefined: Can’t save changes. A containerId value is missing.: Metadata Container ID
Did you solve that error?
Challenge not complete. The WarehouseSyncSchedule apex class dose not appear to be queuing a job for the WarehouseCalloutService class.
Pls help
Did you solved?
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
Did u get the solution of this error?
Same problem..
@@apurvathool6171 broh did u know the solution
What is the solution of this problem?
Mesmo erro aq
The warehousesyncschedule apex class does not appear to be queuing a job for the warehouseCalloutServicesJob.pls help
plz tell me i got same error
i tried so many times anyone tell me
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.
Bro once close it and copy the code again first save it and run
Bro did this error got cleared or not
@@ganjiharshavardhan2002 do it again in a new playground
@@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
@@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
its showing that "This apex class is already scheduled for execution" what to do
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"
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
Same problem
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
same problem . did you sloved it plz tell me plz
Try the below code for
WarehouseSyncSchedule implements Schedulable{
global void execute(SchedulableContext context){
System.enqueueJob(new WarehouseCalloutService());
}
}
make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.
@@kavyakurra2311 make sure that while scheduling job name is this ' WarehouseSyncScheduleJob'.
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.
same did u get the solution?
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
Recreate above all tasks and pre work process after we will get result successfully
how do i change the apex job name?
Delete it and create once again
how to delete the Apex class bro
@@WonderStudies
@@sailaja6981 Don't delete apex class.... create new job no need to delete already created one.
Apex job status is queued not completed how can stop it
Remove class and again open run,save it
thanks a lot brother
You are welcome
@@WonderStudies brother i have an error frequently plz help me bro
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
First you have to run all classes then goto create new template
@@WonderStudies what do you mean by create new template btw i'm getting same error
bro your error completed daa
Getting error
The apex class Warehouse SyncSchedule does not appear to be implementing the Schedulable interface
Click ctrl+o and check for class now save and run the code
Sir can you please give me package id to complete this module
Hlo... solution dorikinda
Your Videos Are 100% Correct , Thank You Very Much Bro 🥰😍
Bro plz help me with this challenge plz
But the video is too much
Challenge Not yet complete... here's what's wrong:
The Apex class WarehouseSyncSchedule does not appear to be implementing the Schedulable interface. ????
bro run code then ctrl +s then it will come
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
e question ki solution evvandi
The scheduled job should be Ned warehouseSyncScheduleJob
Thank you Brother😍😍
Welcome bro
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
Same problem bro
Do you get the solution please tell me bro
Yes
Try after some time
Same process after deleting the previously done work
Thanks alot 🙂
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?
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
same error
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
@@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
@@reshma_naidu7 thanks bro
but what is the code inside that apex class bro?? same as the above in description @@reshma_naidu7