SalesQuantity_ShippingBill_IN.calcQtyInvent Method [AX 2012]

Calculates the inventory quantity of the shipping bill.

Syntax

protected container calcQtyInvent(
    Common _common, 
   [SalesUpdate _specQty, 
    InventQty _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 will be calculated.

Return Value

Type: container
The inventory quantity of the sales quantity shipping bill.

See Also

Reference

SalesQuantity_ShippingBill_IN Class