Share via


RetailConnTableDistributionTree.getRelations Method [AX 2012]

Gets the relations of the distribution tables.

Syntax

public void getRelations(anytype _refTmpMasterRecId)

Run On

Client

Parameters

  • _refTmpMasterRecId
    Type: anytype
    The master reference record RecID value.

Remarks

This method traverses through the temporary table distribution records.

We receive a start node to traverse from.

Each temporary table distribution record contains its true table distribution RecId.

The true table distribution RecId is inserted onto the stack.

The stack is then used to expand the tree to the selected record.

See Also

Reference

RetailConnTableDistributionTree Class