HcmSkillMappingProfile.runsImpersonated Method [AX 2012]

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

public boolean runsImpersonated()

Run On

Called

Return Value

Type: boolean
Always returns false.

Your classes that extend this class must override the runsImpersonated method and return true, if you want those tasks to run on the server.

Community Additions

ADD
Show: