Share via


InventOnHandReserveBase.pdsCheckSameLot Method [AX 2012]

Perform the same lot batch reservation check for the attempted reservation

Syntax

public boolean pdsCheckSameLot(
    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: boolean
true, if the reservation can be performed; false, otherwise

See Also

Reference

InventOnHandReserveBase Class