DictField.relationObject Method [AX 2012]

Returns a DictRelation object for the field if the field is based on an extended data type that has a relation.

public DictRelation relationObject([int arrayIndex])

Run On

Called

Parameters

arrayIndex
Type: int

Return Value

Type: DictRelation Class
A DictRelation object that represents the relations for the field; nullNothingnullptrunita null reference (Nothing in Visual Basic) if there no relations are defined for the field, or if the field is not based on an extended data type.

Community Additions

ADD
Show: