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.
Cancel the work lines where there is more than one pick.
Syntax
client server private static void cancelLineMultiPick(
ItemId _itemId,
Qty _inventQty,
boolean _decrementLoadLine,
WHSWorkLine _cancelWorkLine,
UnitOfMeasureSymbol _inventUnitId,
WHSWorkLine _firstPutLine)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item on the cancelled work line.
- _inventQty
Type: Qty Extended Data Type
The amount of inventory on the work line in inventory units.
- _decrementLoadLine
Type: boolean
True if the quantity on the corresponding load line needs to be decreased, otherwise false.
- _cancelWorkLine
Type: WHSWorkLine Table
The work line to be cancelled.
- _inventUnitId
Type: UnitOfMeasureSymbol Extended Data Type
The inventory unit of measure for the item on the cancelled work line.
- _firstPutLine
Type: WHSWorkLine Table
The work line record for the initial put work.