Share via


SalesQuantity_Invoice.pdsCWQtyRemainPhysical Method [AX 2012]

Calculates the remaining quantity in catch weight units.

Syntax

public PdsCWInventQty pdsCWQtyRemainPhysical(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: PdsCWInventQty Extended Data Type
The remaining quantity in catch weight units.

See Also

Reference

SalesQuantity_Invoice Class