HcmSkillMappingRun.runsImpersonated Method [AX 2012]

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

Syntax

public boolean runsImpersonated()

Run On

Server

Return Value

Type: boolean
Always returns true.

Remarks

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

See Also

Reference

HcmSkillMappingRun Class