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.
  • _negativeSeen
    Type: boolean
    Whether negative transactions were encountered.

Return Value

Type: List Class
Update on-hand list.

Remarks

This is implementation detail of onHandAvailableDetailedList.

See Also

Reference

WMSPallet Table