Share via


DimensionTree.updateErrorInChildren Method [AX 2012]

Updates the HasErrorInChildren flag in the pertinent tree nodes.

Syntax

private List updateErrorInChildren(RecId _nodeId, boolean _hasErrorInChildren)

Run On

Called

Parameters

  • _hasErrorInChildren
    Type: boolean
    The new value for the HasErrorInChildren flag.

Return Value

Type: List Class
A list of RecId values of the parent nodes that were updated, starting with the upper parent node.

See Also

Reference

DimensionTree Class