Dictionary.securityKeyCnt2Id Method [AX 2012]

Provides the ID of a specified security key.

public SecurityKeyId securityKeyCnt2Id(int cnt)

Run On

Called

Parameters

cnt
Type: int
An integer that specifies a security key, based on the order of security keys in Microsoft Dynamics AX.

Return Value

Type: SecurityKeyId Extended Data Type
A securityKeyId system data type value that indicates the security key ID; 0 (zero) if you pass a cnt value that is larger than the number of security keys that is returned by the Dictionary::securityKeyCnt method.

Community Additions

ADD
Show: