Batch.updateRunType Method [AX 2012]

Updates the RunType field on the Batch table depending on whether the task runs impersonated or not.

public void updateRunType()

Run On

Called

If the Batchable.runsImpersonated method returns true, the RunType field is set to BatchRunType::Server; otherwise, it is set to BatchRunType::Client.

Community Additions

ADD
Show: