DimensionHierarchyController.nodeDescendentHasActiveDatesSet Method [AX 2012]
Determines whether the specified DimensionTreeNode has any descendents with active dates set.
Syntax
private boolean nodeDescendentHasActiveDatesSet(DimensionTreeNode _treeNode, [boolean _isTopParent])
Run On
Client
Parameters
- _treeNode
Type: DimensionTreeNode Class
The DimensionTreeNode for which to check the descendents for the existance of active dates.
- _isTopParent
Type: boolean
A Boolean value that indicates whether the specified node is the top parent of the descendents; optional.
Return Value
Type: boolean
true if any DimensionTreeNode descendent has active dates set; otherwise, false.