Share via


InventMovement::pdsAskSameLotResolutionClient Method [AX 2012]

Requests that the user determine how to resolve a same lot reservation issue.

Syntax

client protected static PdsSameLotBatchResolution pdsAskSameLotResolutionClient(
    InventMovement _movement, 
    PdsSameLotError _error, 
    InventDim _inventDimReq, 
    InventQty _reserveNow, 
   [PdsCWInventQty _cwReserveNow])

Run On

Client

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

A wrapper method for pdsAskSameLotResolution which forces code execution under client tier.

See Also

Reference

InventMovement Class