TradeTotals.mcrGetTotalPostitiveLineAmountDisc Method [AX 2012]
Retrieves the line amount for a sales order line based on the passed parameters.
Syntax
public AmountCur mcrGetTotalPostitiveLineAmountDisc(PriceDiscLine priceDiscLine, SalesTable _salesTable)
Run On
Server
Parameters
- priceDiscLine
Type: PriceDiscLine Map
The PriceDiscLine record used to find the appropriate sales order line.
- _salesTable
Type: SalesTable Table
The SalesTable record used to find the appropriate sales order line.
Return Value
Type: AmountCur Extended Data Type
The line amount of the SalesLine record found based on the passed parameters.