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.
Initializes an instance of the InventUpd_Reservation class.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static InventUpd_Reservation newMovement(
InventMovement _movement,
InventQty _reservation,
boolean _mayBeReduced,
[boolean _forceNotReserveOrdered,
boolean _showInfo,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static InventUpd_Reservation newMovement(
InventMovement _movement,
InventQty _reservation,
boolean _mayBeReduced,
[boolean _forceNotReserveOrdered,
boolean _showInfo,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static InventUpd_Reservation newMovement(
InventMovement _movement,
InventQty _reservation,
boolean _mayBeReduced,
[boolean _forceNotReserveOrdered,
boolean _showInfo,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 (FPK)
server public static InventUpd_Reservation newMovement(
InventMovement _movement,
InventQty _reservation,
boolean _mayBeReduced,
[boolean _forceNotReserveOrdered,
boolean _showInfo])
Microsoft Dynamics AX 2012 (SYS)
server public static InventUpd_Reservation newMovement(
InventMovement _movement,
InventQty _reservation,
boolean _mayBeReduced,
[boolean _forceNotReserveOrdered,
boolean _showInfo])
Run On
Server
Parameters
- _movement
Type: InventMovement Class
An inventory movement instance which originates the reservation.
- _reservation
Type: InventQty Extended Data Type
An inventory quantity to reserve.
- _mayBeReduced
Type: boolean
A Boolean value that specifies whether to allow reservation reduction.
- _forceNotReserveOrdered
Type: boolean
A Boolean value that specifies whether to force not reserving against ordered stock.
- _showInfo
Type: boolean
A Boolean value that specifies whether to show information.
- _cwQty
Type: PdsCWInventQty Extended Data Type
An inventory catch weight quantity to reserve.
Return Value
Type: InventUpd_Reservation Class
An instance of the InventUpd_Reservation class.