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

  • _inventDimReq
    Type: InventDim Table
    The inventory dimension from which the reservation was requested.

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.

See Also

Reference

InventMovement Class