DimensionTree.createCriteriaRecords Method [AX 2012]
Creates the criteria records for the node.
Syntax
private void createCriteriaRecords(
RecId _nodeId,
DimensionTreeNode _node,
RecordInsertList _criteriaNodesList)
Run On
Called
Parameters
- _nodeId
Type: RecId Extended Data Type
The ID of the DimensionConstraintNode record that specifies the node.
- _node
Type: DimensionTreeNode Class
An instance of the DimensionTreeNode class that specifies the criteria.
- _criteriaNodesList
Type: RecordInsertList Class
An instance of the RecordInsertList class for storing the new criteria records.