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.
Determines whether the movement can be reserved from the passed dimension.
Syntax
public PdsSameLotError pdsCheckReserveFromDim(
InventDim _inventDim,
InventDimParm _inventDimParm,
[boolean _showInfo])
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
The inventory dimension from which the reservation is being requested.
- _inventDimParm
Type: InventDimParm Table
The flags for the inventory dimension values.
- _showInfo
Type: boolean
A Boolean value that indicates whether the message should be shown in the information log; optional.
Return Value
Type: PdsSameLotError Enumeration
An appropriate PdsSameLotError enumeration value if the batch cannot be reserved; otherwise, the PdsSameLotError::None enumeration value.