Share via


InventMov_Purch.isReturned Method [AX 2012]

Indicates 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 gives the result.

See Also

Reference

InventMov_Purch Class