Dictionary.typeCnt2Id Method
Provides the ID of a specified extended data type.
Syntax
public ExtendedTypeId typeCnt2Id(int cnt)
Run On
Called
Parameters
- cnt
Type: int
An integer that specifies an extended data type, based on the order of extended data types in Microsoft Dynamics AX.
Return Value
Type: ExtendedTypeId Extended Data Type
An extendedTypeId system data type value that indicates the ID of the extended data type; 0 (zero) if you pass a cnt value that is larger than the number of extended data types that is returned by the Dictionary::typeCnt method.