Share via


SalesQuantity_ShippingBill_IN.calcQtySales Method [AX 2012]

Calculates the sales quantity.

Syntax

public container calcQtySales(
    Common _common, 
   [SalesUpdate _specQty, 
    SalesQty _qty, 
    boolean _creditRemaining, 
    boolean _calcRemaining, 
    PackingSlipIdForUpdate_W _packingSlips])

Run On

Called

Parameters

  • _common
    Type: Common Table
    The instance of the Common class.
  • _creditRemaining
    Type: boolean
    A Boolean value that indicates whether any credit remains.
  • _calcRemaining
    Type: boolean
    A Boolean value that indicates whether the remaining should be calculated.

Return Value

Type: container
The sales quantity of the shipping bill.

See Also

Reference

SalesQuantity_ShippingBill_IN Class