Share via


TradeTotals.mcrGetCalcInvoicedDiscounts Method [AX 2012]

Retrieves the amount of discount for the passed invoiced sales order.

Syntax

public AmountCur mcrGetCalcInvoicedDiscounts(SalesTable _salesTable)

Run On

Server

Parameters

  • _salesTable
    Type: SalesTable Table
    The SalesTable record for which this method finds the amount of discount.

Return Value

Type: AmountCur Extended Data Type
The amount of discount given to the passed invoiced sales order.

See Also

Reference

TradeTotals Class