ProjWBSTree.hasChildren Method [AX 2012]

test if the element has any children.

public boolean hasChildren(ElementNumber _elementNumber)

Run On

Called

Parameters

_elementNumber
Type: ElementNumber Extended Data Type
The tree element for which we determine if it has any children

Return Value

Type: boolean
true if the element has any children, false otherwise

Added the condition check to prevent AX from throwing the infolog "not found in the map"

Community Additions

ADD
Show: