InventMovement.pdsAskSameLotResolution Method [AX 2012]
Requests that the user determine how to resolve a same lot reservation issue.
Syntax
public PdsSameLotBatchResolution pdsAskSameLotResolution(
PdsSameLotError _error,
InventDim _inventDimReq,
InventQty _reserveNow,
[PdsCWInventQty _cwReserveNow])
Run On
Called
Parameters
- _error
Type: PdsSameLotError Enumeration
The error that must be resolved.
- _inventDimReq
Type: InventDim Table
The inventory dimension from which the reservation was requested.
- _reserveNow
Type: InventQty Extended Data Type
The quantity that tried to be reserved.
- _cwReserveNow
Type: PdsCWInventQty Extended Data Type
The catch weight quantity that tried to be reserved.
Return Value
Type: PdsSameLotBatchResolution Interface
The PdsSameLotBatchResolution object to resolve the issue.
Remarks
The method of the base class runs a form to let the user decide on a resolution of the issue.