Share via


SysSecurityDynamicRoleAssignment.runsImpersonated Method [AX 2012]

Indicates 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

Any classes that extend this class must override the SysSecurityDynamicRoleAssignment.runsImpersonated method to return false when tasks are to run on a client.

See Also

Reference

SysSecurityDynamicRoleAssignment Class