Share via


BankLCExportSalesQuantity.calcQtySales Method [AX 2012]

Calculates the quantity as a SaleQty value.

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 calcQtySales(
            Common _common, 
           [SalesUpdate _specQty, 
            SalesQty _qty, 
            boolean _creditRemaining, 
            boolean _calcRemaining, 
            PackingSlipIdForUpdate_W _packingSlips, 
            real _shippingQuantity])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected container calcQtySales(
            Common _common, 
           [SalesUpdate _specQty, 
            SalesQty _qty, 
            boolean _creditRemaining, 
            boolean _calcRemaining, 
            PackingSlipIdForUpdate_W _packingSlips])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected container calcQtySales(
            Common _common, 
           [SalesUpdate _specQty, 
            SalesQty _qty, 
            boolean _creditRemaining, 
            boolean _calcRemaining])

  Microsoft Dynamics AX 2012 (FPK)
          protected container calcQtySales(
            Common _common, 
           [SalesUpdate _specQty, 
            SalesQty _qty, 
            boolean _creditRemaining, 
            boolean _calcRemaining])

  Microsoft Dynamics AX 2012 (SYS)
          protected container calcQtySales(
            Common _common, 
           [SalesUpdate _specQty, 
            SalesQty _qty, 
            boolean _creditRemaining, 
            boolean _calcRemaining])

Run On

Called

Parameters

  • _creditRemaining
    Type: boolean
    A Boolean value that indicates whether to include the credit remaining quantity; optional.
  • _calcRemaining
    Type: boolean
    A Boolean value that indicates whether to calculate the remaining quantity; optional.
  • _shippingQuantity
    Type: real

Return Value

Type: container
A container with the calculated quantity.

See Also

Reference

BankLCExportSalesQuantity Class