WMSOrder.updateShipment 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
public void updateShipment(
WMSShipment _wmsShipment,
InventQty _qty,
[WMSPickingRouteID _pickingRouteId,
boolean _tryToUpdateShipment,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public void updateShipment(
WMSShipment _wmsShipment,
InventQty _qty,
[WMSPickingRouteID _pickingRouteId,
boolean _tryToUpdateShipment,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void updateShipment(
WMSShipment _wmsShipment,
InventQty _qty,
[WMSPickingRouteID _pickingRouteId,
boolean _tryToUpdateShipment,
PdsCWInventQty _pdsCWQty])
Microsoft Dynamics AX 2012 (FPK)
public void updateShipment(
WMSShipment _wmsShipment,
InventQty _qty,
[WMSPickingRouteID _pickingRouteId,
boolean _tryToUpdateShipment])
Microsoft Dynamics AX 2012 (SYS)
public void updateShipment(
WMSShipment _wmsShipment,
InventQty _qty,
[WMSPickingRouteID _pickingRouteId,
boolean _tryToUpdateShipment])
Run On
ClientOrServer
Parameters
- _wmsShipment
Type: WMSShipment Table
- _qty
Type: InventQty Extended Data Type
- _pickingRouteId
Type: WMSPickingRouteID Extended Data Type
- _tryToUpdateShipment
Type: boolean
- _pdsCWQty
Type: PdsCWInventQty Extended Data Type