Share via


TaxSalesLedgerDP.addAmount Method [AX 2012]

Calculates the amount values.

Syntax

public void addAmount(
    TaxSalesLedgerTmp _taxSalesLedgerTmp, 
    TaxReportField _taxReportField, 
    AmountMST _amountMST)

Run On

Server

Parameters

  • _taxSalesLedgerTmp
    Type: TaxSalesLedgerTmp Table
    An instance of the temporary table to use to insert values into the temporary table.

See Also

Reference

TaxSalesLedgerDP Class