WMSPallet.onHandAvailableDetailedListOnItemChanged Method
Updates the on-hand list built by onHandAvailableDetailedList when current item changes.
Syntax
private List onHandAvailableDetailedListOnItemChanged(
List _onHandList,
List _currentItemList,
InventQty _itemQty,
PdsCWInventQty _itemCWQty,
ItemId _itemId,
InventDimId _itemInventDimId,
boolean _negativeSeen)
Run On
Called
Parameters
- _onHandList
Type: List Class
On-hand list to update.
- _currentItemList
Type: List Class
On-hand list for current item.
- _itemQty
Type: InventQty Extended Data Type
Aggregated quantity for current item.
- _itemCWQty
Type: PdsCWInventQty Extended Data Type
Aggregated CW quantity for current item.
- _itemId
Type: ItemId Extended Data Type
ID of the current item.
- _itemInventDimId
Type: InventDimId Extended Data Type
Last InventDimId seen for the item.
- _negativeSeen
Type: boolean
Whether negative transactions were encountered.
Return Value
Type: List Class
Update on-hand list.
Remarks
This is implementation detail of onHandAvailableDetailedList.