InventTransferLine.pdsCWCalcShipQty Method
Calculates the quantity of inventory that can be shipped, in catch weight units.
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 PdsCWInventQty pdsCWCalcShipQty(InventTransferShipUpdateQty _shipUpdateQty, [InventTransferVoucherId _voucherShipmentId])
Microsoft Dynamics AX 2012 R2 (SYS)
public PdsCWInventQty pdsCWCalcShipQty(InventTransferShipUpdateQty _shipUpdateQty, [InventTransferVoucherId _voucherShipmentId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public PdsCWInventQty pdsCWCalcShipQty(InventTransferShipUpdateQty _shipUpdateQty)
Microsoft Dynamics AX 2012 (FPK)
public PdsCWInventQty pdsCWCalcShipQty(InventTransferShipUpdateQty _shipUpdateQty)
Run On
Called
Parameters
- _shipUpdateQty
Type: InventTransferShipUpdateQty Enumeration
An InventTransferShipUpdateQty enumeration that is used to determine which inventory transactions should be included in the calculation.
- _voucherShipmentId
Type: InventTransferVoucherId Extended Data Type
The identifier (ID) of the shipment voucher.
Return Value
Type: PdsCWInventQty Extended Data Type
A PdsCWInventQty data type that indicates the quantity of inventory that can be shipped, in catch weight units.