InventMov_Sales.mcrSetInventDeliverNow Method [AX 2012]
Sets the deliver now quantity.
Syntax
public void mcrSetInventDeliverNow(
InventQtyAvailReservation _prevReserve,
[InventQtyAvailReservation _CurrReserve,
InventQtyAvailReservation _availToReserve])
Run On
Called
Parameters
- _prevReserve
Type: InventQtyAvailReservation Extended Data Type
The quantity previously reserved.
- _CurrReserve
Type: InventQtyAvailReservation Extended Data Type
- _availToReserve
Type: InventQtyAvailReservation Extended Data Type
The quantity available to be reserved; optional.