Share via


DimensionTree.clearLevels Method [AX 2012]

Deletes all tree nodes at the specified levels.

Syntax

private void clearLevels(RecId _hierarchyLevelIds, int _parentLevel)

Run On

Called

Parameters

  • _parentLevel
    Type: int
    The parent hierarchy level that defines where the nodes with "*" are created.

Remarks

Nodes with "*" are appended at truncation level.

The criteria records that correspond are deleted also.

See Also

Reference

DimensionTree Class