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
- _qty
Type: InventQty Extended Data Type
The quantity to be reserved
- _cwQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity to be reserved
Return Value
Type: boolean
true, if the reservation can be performed; false, otherwise