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
mh@reedmh@reed 

Apex jobs - run under an alternative account?

Hey all,

 

I've created a process that needs to run daily at 5am.  To do that,  I've simply created a class that implements the Schedulable interface and the whole thing is working very nicely.

 

It's not clear to me if the job runs under my user account or some generic system account.  If it's the former,  is there a way to change the account under which the process runs?

 

Matt