Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _tmpReportLine
Type: InventTrackingTmpShippedSalesReportLine Table
The record buffer for the InventTrackingTmpShippedSalesReportLine table to load the header values into.
- _trackingProductType
Type: InventTrackingProductType Enumeration
The tracking product type for the section.
- _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.