Share via


InventMov_Sales.isReturned Method [AX 2012]

Determines whether this movement represents a return.

Syntax

public boolean isReturned(InventQty _qty)

Run On

Called

Parameters

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.

See Also

Reference

InventMov_Sales Class