Share via


InventMov_Sales.mustBeAutoReserved Method [AX 2012]

Determines whether the inventMovement must be autoreserved.

Syntax

public boolean mustBeAutoReserved()

Run On

Called

Return Value

Type: boolean
true if the inventMovement must be autoreserved; otherwise, false .

Remarks

This method is often called together with the canBeReserved method which returns a default Boolean from the inventType class hierarchy.

See Also

Reference

InventMov_Sales Class