Share via


WHSWorkLine::cancelLinePartial Method

Partially cancels a pick workLine.

Syntax

client server private static void cancelLinePartial(
    WHSWorkLine _cancelWorkLine, 
    ItemId _itemId, 
    boolean _unReserved, 
    Qty _inventQty, 
    boolean _decrementLoadLine, 
    UnitOfMeasureSymbol _inventUnitId, 
    WHSWorkLine _firstPutLine)

Run On

Called

Parameters

  • _unReserved
    Type: boolean
    A Boolean that determines if the work should be reserved or not.
  • _decrementLoadLine
    Type: boolean
    A Boolean that determines if the qty of associated loadLines should also be reduced.

Exceptions

Exception Condition
Error

If a reserved workLine could not cancel the full qty to be cancelled then an error is thrown.

See Also

Reference

WHSWorkLine Table