Share via


SalesQuantity.qtyRemainSalesPhysical Method [AX 2012]

Calculates the remaining quantity in sales units.

Syntax

public SalesQty qtyRemainSalesPhysical(SalesLine _salesLine, SalesParmLine _salesParmLine)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The order line for which to calculate the remaining quantity.
  • _salesParmLine
    Type: SalesParmLine Table
    The parm order line for which to calculate the remaining quantity.

Return Value

Type: SalesQty Extended Data Type
The remaining quantity in sales units.

See Also

Reference

SalesQuantity Class