DictTable.relation Method [AX 2012]
Returns the name of a relation that is specified by index.
public str relation(int RelationNumber, [TableScope tableScope])
Run On
CalledParameters
- RelationNumber
- Type: int
The one-based index to the list of relations for the table, in AOT order.
- tableScope
- Type: TableScope Enumeration
Return Value
Type: strThe name of the relation that is specified by the RelationNumber parameter; an empty string if the RelationNumber value is not a valid relation index.
Community Additions
ADD
Show: