InventMovement.pdsResolveSameLotReservation Method [AX 2012]
Shows a dialog for fixing same lot reservation conflict or warns the user about existing reservation conflict.
Syntax
protected boolean pdsResolveSameLotReservation(InventMovement _origMovement, boolean _showDialog)
Run On
Called
Parameters
- _origMovement
Type: InventMovement Class
The inventory movement class that contains the original values.
- _showDialog
Type: boolean
The boolean which indicates whether dialog or warning should be shown if auto reservation is not possible.
Return Value
Type: boolean
true if reservation was successful; otherwise, false.