function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Debra Shoup 11Debra Shoup 11 

Where are scheduled apex jobs?

Hi - I feel like I need to start out by saying that I'm not a developer, so please forgive me if this is a basic question. I'm just starting out in my developer journey.

In our org, we have some scheduled jobs that I need to modify, but I can't find them. I'm hoping someone can point me in the right direction as to what to look for. 

I've included a screenshot of the types of scheduled jobs I'm talking about, they don't have "Manage" in front of them. Those in the green box I know how to replicate. Those in the red box are the one's I do not. Any help would be appreciated. User-added image
Colton WehkingColton Wehking
Hi Debra, 

Unfortunately you are not able to change scheduled jobs (https://success.salesforce.com/ideaView?id=08730000000H11QAAS), you must delete and remake them using either the Salesforce UI or a CRON trigger (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_crontrigger.htm).
Danish HodaDanish Hoda
Hi Debra,
Those classes which are scheduled through Configuration - Setup --> Apex Classes --> Schedule Apex, are shown with Manage button besides them.
The ones you are having with Manage buttons have ben scheuled by running scripts in Developer Console and you cannot modify them but delete.