Dictionary.configurationKeyCnt2Id Method [AX 2012]

Provides the ID of a specified configuration key.

public ConfigurationKeyId configurationKeyCnt2Id(int cnt)

Run On

Called

Parameters

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

Return Value

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

Community Additions

ADD
Show: