Share via


RetailConnTableDistributionTree.buildSubTree Method [AX 2012]

Builds a sub-tree with the specified the parent ID.

Syntax

public int buildSubTree(
    int _parentIdx, 
    anytype _ParentVaue, 
   [boolean rebuild])

Run On

Client

Parameters

  • _parentIdx
    Type: int
    A node to which the sub tree will be added.
  • _ParentVaue
    Type: anytype
    The value of the parent node.
  • rebuild
    Type: boolean
    A Boolean value that indicates whether to rebuild the tree.

Return Value

Type: int
The current record.

See Also

Reference

RetailConnTableDistributionTree Class