Share via


InventTrackingShippedSalesReportDataGen.nodeRecords Method [AX 2012]

Gets the data records associated with the given tracing hierarchy node.

Syntax

protected container nodeRecords(int _nodeId)

Run On

Server

Parameters

  • _nodeId
    Type: int
    The ID for the tracing hierarchy node.

Return Value

Type: container
A container with the record from InventTrans table and the record from the InventTransOrigin table if the node has valid a valid record reference; otherwise, a nullNothingnullptrunita null reference (Nothing in Visual Basic) container.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class