Share via


DimensionTree.createStarBranch Method [AX 2012]

Appends nodes that contain "*" to the node until all hierarchy levels are filled.

Syntax

private void createStarBranch(
    RecId _parentNodeId, 
    int _parentLevel, 
    RecordInsertList _criteriaNodesList)

Run On

Called

Parameters

  • _parentNodeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintNode record that specifies the parent of the node where the star branch starts.
  • _parentLevel
    Type: int
    The hierarchy level of the parent node.
  • _criteriaNodesList
    Type: RecordInsertList Class
    An instance of the RecordInsertList class for storing the new criteria records.

Remarks

If the parent node is a leaf node, nothing occurs because the node is already at the last hierarchy level.

See Also

Reference

DimensionTree Class