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.
Creates a Warehouse Management System (WMS) output order with the quantity passed as an argument by using the movement passed as an argument.
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
public WMSOrder createWMSOutputOrder(
InventMovement _movementFrom,
InventQty _qty,
[WMSOrderType _wmsOrderType,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public WMSOrder createWMSOutputOrder(
InventMovement _movementFrom,
InventQty _qty,
[WMSOrderType _wmsOrderType,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public WMSOrder createWMSOutputOrder(
InventMovement _movementFrom,
InventQty _qty,
[WMSOrderType _wmsOrderType,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 (FPK)
public WMSOrder createWMSOutputOrder(
InventMovement _movementFrom,
InventQty _qty,
[WMSOrderType _wmsOrderType])
Microsoft Dynamics AX 2012 (SYS)
public WMSOrder createWMSOutputOrder(
InventMovement _movementFrom,
InventQty _qty,
[WMSOrderType _wmsOrderType])
Run On
Called
Parameters
- _movementFrom
Type: InventMovement Class
The movement used for updates on the From location.
- _qty
Type: InventQty Extended Data Type
The quantity for the order.
- _wmsOrderType
Type: WMSOrderType Enumeration
- _pdsCWQty
Type: PdsCWInventQty Extended Data Type