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
- wmsShipment
Type: WMSShipment Table
- qty
Type: InventQty Extended Data Type
- routeId
Type: WMSRouteId Extended Data Type
- newStatus
Type: WMSExpeditionStatus Enumeration
- fullPallet
Type: NoYes Enumeration
- _pdsCWQty
Type: PdsCWInventQty Extended Data Type