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.
Determines whether this movement represents a return.
Syntax
public boolean isReturned(InventQty _qty)
Run On
Called
Parameters
- _qty
Type: InventQty Extended Data Type
The movement quantity.
Return Value
Type: boolean
true if the movement represents a return; otherwise, false.
Remarks
Adds special handling for the case when the quantity is zero; otherwise, the super method provides the result.