InventTrackingShippedSalesReportDataGen.loadChildNodes Method [AX 2012]

Loads the data for the child nodes of the given tracing hierarchy node.

Syntax

protected void loadChildNodes(int _nodeId)

Run On

Server

Parameters

  • _nodeId
    Type: int
    The ID for the tracing hierarchy node for which to load the data for all child nodes.

Remarks

This will only load data for child nodes that have not been visited and is used recursively. The initial caller should use the root node ID 0.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class