WHSTmpPackingLine.addTmpPackLine Method
Creates a record in the WHSTmpPackingLine table based on the given values.
Syntax
private void addTmpPackLine(
WHSTmpPackingLine _tmpPackingLine,
WHSLoadLine _loadLine,
InventQty _qty,
InventDimId _inventDimId,
WHSLicensePlateId _targetLicensePlate,
ItemName _itemName,
UnitOfMeasureSymbol _inventUOM,
WHSZoneId _pickZoneId)
Run On
Called
Parameters
- _tmpPackingLine
Type: WHSTmpPackingLine Table
The table buffer for the temp table.
- _loadLine
Type: WHSLoadLine Table
The loadLine the tmpPackingLine is relating to.
- _qty
Type: InventQty Extended Data Type
The qty the tmpPackingLine.
- _inventDimId
Type: InventDimId Extended Data Type
The inventDimId of the tmpPackingLine.
- _targetLicensePlate
Type: WHSLicensePlateId Extended Data Type
The target license plate of the work that brought the inventory to the packing station.
- _itemName
Type: ItemName Extended Data Type
The name of the item.
- _inventUOM
Type: UnitOfMeasureSymbol Extended Data Type
The invent unit of measure of the item.
- _pickZoneId
Type: WHSZoneId Extended Data Type
The zone id of the pick location of the work that brought the inventory to the packig station.