Share via


WHSWorkLine::cancelLineMultiPick Method

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

  • _decrementLoadLine
    Type: boolean
    True if the quantity on the corresponding load line needs to be decreased, otherwise false.
  • _firstPutLine
    Type: WHSWorkLine Table
    The work line record for the initial put work.

See Also

Reference

WHSWorkLine Table