Share via


TaxListDP.insertTmpForDetailTaxAmountRow Method [AX 2012]

Populates fields in the TaxTransCodeTmp temporary table from detailed tax amount information.

Syntax

private void insertTmpForDetailTaxAmountRow(
    MainAccountLedgerDimensionView _mainAccountView, 
    AmountMST _taxAmount, 
    boolean _hideDetailedTaxAmount)

Run On

Server

Parameters

  • _hideDetailedTaxAmount
    Type: boolean
    A value that specifies whether the tax amount on the detailed report line shows a value or is blanked out.

See Also

Reference

TaxListDP Class