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 WMSOrder record or updates an existing WMSOrder record.
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 WMSOrder createOrUpdateWMSOrder(
InventMovement _movement,
InventQty _quantity,
[WMSOrderType _wmsOrderType,
WMSOrderId _newWMSOrderId,
PdsCWInventQty _pdsCWInventQty])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static WMSOrder createOrUpdateWMSOrder(
InventMovement _movement,
InventQty _quantity,
[WMSOrderType _wmsOrderType,
WMSOrderId _newWMSOrderId,
PdsCWInventQty _pdsCWInventQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static WMSOrder createOrUpdateWMSOrder(
InventMovement _movement,
InventQty _quantity,
[WMSOrderType _wmsOrderType,
WMSOrderId _newWMSOrderId,
PdsCWInventQty _pdsCWInventQty])
Microsoft Dynamics AX 2012 (FPK)
server public static WMSOrder createOrUpdateWMSOrder(
InventMovement _movement,
InventQty _quantity,
[WMSOrderType _wmsOrderType,
WMSOrderId _newWMSOrderId])
Microsoft Dynamics AX 2012 (SYS)
server public static WMSOrder createOrUpdateWMSOrder(
InventMovement _movement,
InventQty _quantity,
[WMSOrderType _wmsOrderType,
WMSOrderId _newWMSOrderId])
Run On
Server
Parameters
- _movement
Type: InventMovement Class
An instance of the InventMovement class.
- _quantity
Type: InventQty Extended Data Type
A quantity that should be created or updated.
- _wmsOrderType
Type: WMSOrderType Enumeration
The type of the WMSOrder record. This parameter is optional.
- _newWMSOrderId
Type: WMSOrderId Extended Data Type
A WMSOrderId ID that will be used if a new order is created. This parameter is optional.
- _pdsCWInventQty
Type: PdsCWInventQty Extended Data Type
A catch weight quantity that should be created or updated.
Return Value
Type: WMSOrder Table
A WMSOrder record.