Share via


InventTransferLine.calcShipQty Method

Calculates the quantity that can be shipped.

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 InventTransferQty calcShipQty(InventTransferShipUpdateQty _shipUpdateQty, [InventTransferVoucherId _voucherShipmentId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventTransferQty calcShipQty(InventTransferShipUpdateQty _shipUpdateQty, [InventTransferVoucherId _voucherShipmentId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public InventTransferQty calcShipQty(InventTransferShipUpdateQty _shipUpdateQty)

  Microsoft Dynamics AX 2012 (FPK)
          public InventTransferQty calcShipQty(InventTransferShipUpdateQty _shipUpdateQty)

  Microsoft Dynamics AX 2012 (SYS)
          public InventTransferQty calcShipQty(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.

Return Value

Type: InventTransferQty Extended Data Type
An InventTransferQty data type that indicates the quantity that can be shipped.

See Also

Reference

InventTransferLine Table