Share via


InventOnHandReserveBase.pdsCheckSameLotQuantities Method [AX 2012]

Perform the same lot batch reservation check for the attempted reservation

Syntax

public PmfQtyDataCarrier pdsCheckSameLotQuantities(
    InventDim _inventDim, 
    InventQty _qty, 
   [PdsCWInventQty _cwQty])

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The inventory dimension that the reservation should be attempted from

Return Value

Type: PmfQtyDataCarrier Class
An instance of the PmfQtyDataCarrier class containing the actual quantities to reserve or null if the caller should not continue with reservation.

See Also

Reference

InventOnHandReserveBase Class