DictEnum.index2Name Method [AX 2012]
Returns the label of the enumeration item that is specified by an index.
For backward compatibility with earlier versions of Microsoft Dynamics AX, "Name" in DictEnum::value2Name refers to the enumeration item's label property. To make your code more readable, use the DictEnum::value2Label method instead of the DictEnum::value2Name method. To retrieve the value of the name property of the enumeration item as shown in the AOT, use the DictEnum::value2Symbol method.
Community Additions
ADD
Show: