SysDictType.new Method [AX 2012]

Creates a new instance of the DictType class.

public void new(ExtendedTypeId _typeId, [int _arrayEntry])

Run On

Called

Parameters

_typeId
Type: ExtendedTypeId Extended Data Type
An extended type ID.
_arrayEntry
Type: int
An integer value of entry of an array; optional.

This constructor does not fail if typeId is an invalid extended data type ID; however, subsequent use of the DictType instance will result in a runtime error.

You can pass the name of extended data type instead of an ID by using the extendedTypeNum function.

Community Additions

ADD
Show: