JmgTransferDate.runsImpersonated Method [AX 2012]

Determines whether the batch task is run on the server or on a client.

public boolean runsImpersonated()

Run On

Server

Return Value

Type: boolean
true if the task is run on the server; otherwise, false.

The classes that extend the RunBaseBatch class must override the runsImpersonated method and return false.

Community Additions

ADD
Show: