+ Start a Discussion
nmnbawanmnbawa 

Editing user - Scheduled apex job

I have an apex class which is scheduled  to run daily via apex job and I want to change the running user on it or the name of the user which gets stamped on the records. Please advise.

sfdcfoxsfdcfox

You have to log in as the user you'd like to have it scheduled as. Make sure the user has permission to schedule classes.