Share via


WMSOrder.addInventTransReservations Method

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
          private container addInventTransReservations(
            WMSShipment wmsShipment, 
            InventQty qty, 
           [WMSRouteId routeId, 
            WMSExpeditionStatus newStatus, 
            NoYes fullPallet, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private container addInventTransReservations(
            WMSShipment wmsShipment, 
            InventQty qty, 
           [WMSRouteId routeId, 
            WMSExpeditionStatus newStatus, 
            NoYes fullPallet, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private container addInventTransReservations(
            WMSShipment wmsShipment, 
            InventQty qty, 
           [WMSRouteId routeId, 
            WMSExpeditionStatus newStatus, 
            NoYes fullPallet, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 (FPK)
          private InventQty addInventTransReservations(
            WMSShipment wmsShipment, 
            InventQty qty, 
           [WMSRouteId routeId, 
            WMSExpeditionStatus newStatus, 
            NoYes fullPallet])

  Microsoft Dynamics AX 2012 (SYS)
          private InventQty addInventTransReservations(
            WMSShipment wmsShipment, 
            InventQty qty, 
           [WMSRouteId routeId, 
            WMSExpeditionStatus newStatus, 
            NoYes fullPallet])

Run On

ClientOrServer

Parameters

See Also

Reference

WMSOrder Table