Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.