InventTrackingShippedSalesReportDataGen.loadHeaderFields Method [AX 2012]

Loads the header related fields into a record buffer of the InventTrackingSalesLineTmp table for a new header section.

Syntax

protected void loadHeaderFields(
    InventTrackingTmpShippedSalesReportLine _tmpReportLine, 
    InventTrackingProductType _trackingProductType, 
    InventTable _inventTable, 
    InventDim _inventDim)

Run On

Server

Parameters

  • _inventTable
    Type: InventTable Table
    The record from the InventTable table for the item to show in the header section.
  • _inventDim
    Type: InventDim Table
    The record from the InventDim table for the dimensions to show in the header section.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class