DictRelation.new Method [AX 2012]

Initializes a new instance of the Object class.

public void new(
    int id, 
   [UtilElementType Util_Element_Type, 
    int index])

Run On

Called

Parameters

id
Type: int
The ID of the table or the extended data type that is used to create the instance of the DictRelation class.
Util_Element_Type
Type: UtilElementType Enumeration
A value that specifies whether the relation is on a table or on an extended data type; optional. The default value is UtilElementType::Table.
index
Type: int
The relation index; optional. The default value is 1.

Community Additions

ADD
Show: