You need to sign in to do that
Don't have an account?

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.
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.