Dictionary.typeName2Id Method [AX 2012]

Provides the ID for a specified extended data type, based on the extended data type name.

public ExtendedTypeId typeName2Id(str name)

Run On

Called

Parameters

name
Type: str
A string that indicates the name of the extended data type.

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 name value for a nonexistent extended data type.

Community Additions

ADD
Show: