Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _movement
Type: InventMovement Class
The inventory movement class.
- _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
A wrapper method for pdsAskSameLotResolution which forces code execution under client tier.