InventMovement.canBeReserved Method [AX 2012]

Indicates whether the InventMovement instance, such as a salesLine, 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

Returns a Boolean value from the inventType class. For example, if a salesLine is entered, a SalesLineType class is initialized. On this class, the method can be set to return if the type, for example, salesLine, can be reserved. This method is often used together with the mustBeAutoReserved method.

See Also

Reference

InventMovement Class