InventMovement.pdsCheckReserveFromDim Method [AX 2012]

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.
  • _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.

See Also

Reference

InventMovement Class