InventTransferLine.calcNewShipRemain Method
Calculates the remaining quantity to 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 calcNewShipRemain(InventTransferParmLine _inventTransferParmLine, [InventQty _qtyUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventTransferQty calcNewShipRemain(InventTransferParmLine _inventTransferParmLine, [InventQty _qtyUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventTransferQty calcNewShipRemain(InventTransferParmLine _inventTransferParmLine)
Microsoft Dynamics AX 2012 (FPK)
public InventTransferQty calcNewShipRemain(InventTransferParmLine _inventTransferParmLine)
Microsoft Dynamics AX 2012 (SYS)
public InventTransferQty calcNewShipRemain(InventTransferParmLine _inventTransferParmLine)
Run On
Called
Parameters
- _inventTransferParmLine
Type: InventTransferParmLine Table
An InventTransferParmLine table record.
- _qtyUpdate
Type: InventQty Extended Data Type
Return Value
Type: InventTransferQty Extended Data Type
An InventTransferQty data type that indicates the remaining quantity to be shipped.