InventMov_Sales.mcrSetSalesDeliverNow Method [AX 2012]
Loads the SalesDeliverNow field of the current SalesLine.
Syntax
public void mcrSetSalesDeliverNow(
InventQtyAvailReservation _prevReserve,
[InventQtyAvailReservation _CurrReserve,
InventQtyAvailReservation _availToReserve])
Run On
Called
Parameters
- _prevReserve
Type: InventQtyAvailReservation Extended Data Type
The previously reserved quantity.
- _CurrReserve
Type: InventQtyAvailReservation Extended Data Type
The current reserved quantity after the order.
- _availToReserve
Type: InventQtyAvailReservation Extended Data Type
The total quantity available for reservation.