InventMov_Virtuel.canBeReserved Method [AX 2012]
Indicates whether the instance of the InventMovement class, such as a SalesLine table, can be reserved.
Syntax
public boolean canBeReserved()
Run On
Called
Return Value
Type: boolean
true if the InventMovement instance can be reserved; otherwise, false.
Remarks
This method returns a Boolean value from the InventType class. For example, if a SalesLine table is entered, a SalesLineType class is initialized. On this class, the method can be set to return if the type, for example, the SalesLine table, can be reserved. This method is often used together with the mustBeAutoReserved method.