ProjWBSTreeNodeOperator.isInitiallySummaryNode Method [AX 2012]

Returns true if the node was a summary one at the time operator was created.

public boolean isInitiallySummaryNode()

Run On

Called

Return Value

Type: boolean
true if node was a summary one.

When operator is created for the node, the node may or may not be summary. After the operator is applied, the node can still remain summary after the operator is applied. Method returns true if node had been summary at the time operator was applied.

Community Additions

ADD
Show: