InventTrackingShippedSalesReportDataGen.addSalesTransactionData Method [AX 2012]

Adds sales transaction data to the report data table.

Syntax

protected void addSalesTransactionData(
    int _nodeId, 
    InventTransOrigin _inventTransOrigin, 
    InventTrans _inventTrans)

Run On

Server

Parameters

  • _nodeId
    Type: int
    The ID for the current tracing hierarchy node.
  • _inventTransOrigin
    Type: InventTransOrigin Table
    The record from the InventTransOrigin table related to _inventTrans.
  • _inventTrans
    Type: InventTrans Table
    The record from the InventTrans table related to _inventTransOrigin.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class