DimensionTree.createStarNode Method [AX 2012]
Creates a star node for the specified hierarchy level.
Syntax
private RecId createStarNode(
RecId _treeId,
RecId _hierarchyLevelId,
RecId _parentNodeId,
RecordInsertList _criteriaNodesList)
Run On
Called
Parameters
- _treeId
Type: RecId Extended Data Type
The ID of the DimensionConstraintTree record for the new node.
- _hierarchyLevelId
Type: RecId Extended Data Type
The ID of the DimensionHierarchyLevel record for the new node.
- _parentNodeId
Type: RecId Extended Data Type
The ID of the DimensionConstraintNode record that specifies the parent node of the new node.
- _criteriaNodesList
Type: RecordInsertList Class
An instance of the RecordInsertList class that stores the new criteria records.
Return Value
Type: RecId Extended Data Type
The ID of the DimensionConstraintNode record for the newly created star node.