Share via


InventSiteInconsistencyCleanUp.runsImpersonated Method [AX 2012]

Indicates whether the 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 is run on the AOS server for the specific user account; otherwise, false.

Remarks

If true is returned the batch server will execute the job by calling the runAs method.

See Also

Reference

InventSiteInconsistencyCleanUp Class