InventMov_TransferTo.mustBeAutoReserved Method [AX 2012]
Determines if the inventMovement must be autoreserved.
Syntax
public boolean mustBeAutoReserved()
Run On
Called
Return Value
Type: boolean
true, because this movement is always autoreserved.
Remarks
The method is often called together with the canBeReserved method, which returns a default Boolean from the inventType class hierarchy.