SalesQuantity_Confirm.calcQtyInvent Method [AX 2012]

This member overrides the calcQtyInvent 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
          protected container calcQtyInvent(
            Common _salesLine, 
           [SalesUpdate specQty, 
            InventQty qty, 
            boolean creditRemaining, 
            boolean calcRemaining, 
            PackingSlipIdForUpdate_W _packingSlips])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected container calcQtyInvent(
            Common _salesLine, 
           [SalesUpdate specQty, 
            InventQty qty, 
            boolean creditRemaining, 
            boolean calcRemaining, 
            PackingSlipIdForUpdate_W _packingSlips])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected container calcQtyInvent(
            Common _salesLine, 
           [SalesUpdate specQty, 
            InventQty qty, 
            boolean creditRemaining, 
            boolean calcRemaining])

  Microsoft Dynamics AX 2012 (FPK)
          protected container calcQtyInvent(
            Common _salesLine, 
           [SalesUpdate specQty, 
            InventQty qty, 
            boolean creditRemaining, 
            boolean calcRemaining])

  Microsoft Dynamics AX 2012 (SYS)
          protected container calcQtyInvent(
            Common _salesLine, 
           [SalesUpdate specQty, 
            InventQty qty, 
            boolean creditRemaining, 
            boolean calcRemaining])

Run On

Called

Parameters

See Also

Reference

SalesQuantity_Confirm Class