PrintMgmtNodeInstance.getChildren Method [AX 2012]

Returns the children of the node instance.

public Map getChildren()

Run On

Called

Return Value

Type: Map Class
The children of the node instance.

The returned instance of the Map class uses the result of the getIdentifier method as the key value in the map. When you look for children that may be present in the map returned, use the getIdentifier method for the instance you want to find.

Community Additions

ADD
Show: