Skip to main content

#Schedulable Batch Job0 personne en discute

I was looking at some Scheduled jobs under setup and found some old jobs that were running under deactivated users and was cleaning them up but was curious if there was a way to get from the Job name to an actual report or code to see what things are doing.

 

the job names aren't very intuitive, things like

CommSitemapJob- XYZ-ABC

Metalytics Data Loader Job for Org : XYZ

 

I have a page and a half of Scheduled jobs but only 1 of them allows me to click on it and takes me to what it is. All the other ones are some kind of serialized name

 

John

#Jobs #Schedulable Batch Job #Salesforce Admin

6 réponses
  1. 2 nov. 2023, 19:19

    @John Weidenfeller see the following info, here you could get additional info regarding these jobs:

     

    - Sitemap SEO Generation Job: https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000BtlG7SAJ

    - Scheduled Apex - check if the name of the scheduled job can give you some info of the Apex class that is getting triggered, or search of the Scheduled Job name in your code to see where it appears, to identify the correct class.

    - Reporting Snapshot - Go to Setup --> Reporting Snapshots to see more info on the reporting snapshots that appear in the Scheduled Jobs list.

     

    Didn't find any info regarding "Autonomous Data Loader Job".

     

    Hopefully this can help you see more info regarding these jobs...

0/9000

I would like to identify in my org what are the scheduled classes that are scheduled to run at a specific time. I wanted to identify this for the apex classes and flow.

 

I don't want to go to Setup -> Scheduled Jobs and check since my dev environment doesn't have all the classes running or scheduled. I also tried SOQL query suggested here (https://salesforce.stackexchange.com/questions/99796/unable-to-find-schedule-job-for-apex-class) but it only shows the scheduled classes that are scheduled to run and not all the classes that are scheduled. :(

 

Does anyone know if there is a way to retrieve these classes? Why can't Salesforce provide a field in the list view to classify scheduled classes vs normal apex classes? It's puzzling.

 

#Apex #Flow #Scheduled Flow #Schedulable Batch Job #Batchapex 

1 réponse
0/9000