Share via


InventUpd_Reservation::newMovement Method [AX 2012]

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.
  • _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.

Return Value

Type: InventUpd_Reservation Class
An instance of the InventUpd_Reservation class.

See Also

Reference

InventUpd_Reservation Class