Share via


DimensionTree.setLevelActiveDates Method [AX 2012]

Sets the active dates for the added level.

Syntax

private void setLevelActiveDates(int _level)

Run On

Called

Parameters

  • _level
    Type: int
    The level for which to set the active dates.

Remarks

When a level is added at the end of the tree and generates new tree leaf nodes the tree must move the prior leaf node active dates to the new leaf nodes.

See Also

Reference

DimensionTree Class