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.
Creates or updates the given WHSContainerLine record.
Syntax
client server public static void createContainerLine(
WHSShipmentId _shipmentId,
WHSContainerId _containerId,
ItemId _itemId,
Qty _qty,
UnitOfMeasureSymbol _unitId,
WHSLoadLineRefRecId _loadLine,
InventDimId _inventDimId)
Run On
Called
Parameters
- _shipmentId
Type: WHSShipmentId Extended Data Type
The shipment the container is on.
- _containerId
Type: WHSContainerId Extended Data Type
The container Id the WHSContainerLine is part of.
- _itemId
Type: ItemId Extended Data Type
The item id of the WHSContainerLine.
- _qty
Type: Qty Extended Data Type
The qty value of the WHSContainerLine.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The unit of meeasure the qty value is stored in.
- _loadLine
Type: WHSLoadLineRefRecId Extended Data Type
The RecId of the WHSLoadLine that the WHSContainerLine is related to.
- _inventDimId
Type: InventDimId Extended Data Type
The inventDimId of the inventory the WHSContainerLine is storing.