WHSLoadTable::addLoadWeights Method
Updates the aggregated weight on the load based on a change in inventory quantity on a load line.
Syntax
server public static void addLoadWeights(
WHSLoadId _loadId,
ItemId _itemId,
InventQty _inventQtyDifference)
Run On
Server
Parameters
- _loadId
Type: WHSLoadId Extended Data Type
The load ID to update.
- _itemId
Type: ItemId Extended Data Type
The item ID where the weights are retrieved from.
- _inventQtyDifference
Type: InventQty Extended Data Type
The changed in inventory quantity.