Tutorial_RunbaseForm.runsImpersonated Method [AX 2012]
Indicates whether the batch job will be run by using the account of the user who created the job.
If you want a batch job that extends this class to run on a client, you must override this method to return false. Jobs that cause this method to return a value of true must not access any client-side functionality. When true is returned, the batch server will execute the job by using the runAs method.
Community Additions
ADD
Show: