Share via


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

  • _criteriaNodesList
    Type: RecordInsertList Class
    An instance of the RecordInsertList class for storing the new criteria records.

See Also

Reference

DimensionTree Class