SecurityRights.hasServerMethodAccess Method [AX 2012]

Checks whether the user has access to the specified server method.

public boolean hasServerMethodAccess(ClassName class, MethodName method)

Run On

Called

Parameters

class
Type: ClassName Extended Data Type

method
Type: MethodName Extended Data Type

Return Value

Type: boolean
true if the user has access to the method; otherwise, false.

Community Additions

ADD
Show: