Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a specified batch job will be run with the account of the user who created the job.
Syntax
public boolean runsImpersonated()
Run On
Called
Return Value
Type: boolean
true if the batch job will be run on the Microsoft Dynamics AX Application Object Server (AOS) server as the submitting user account; false if the job will be run on the client computer.
Remarks
If you want a batch job that extends this class to run on a client computer, you must override this method to return false. Jobs that return true must not access any client-side functionality. If true is returned, the batch server will run the job by using the runAs method.