Share via


TaxReverseTax.calcAndPost Method [AX 2012]

Calls the calcAndInsertTaxes method and then the saveAndPost method.

Syntax

public AmountCur calcAndPost(
    LedgerPostingController _ledgerPostingController, 
    Voucher _originalVoucher, 
    TransDate _originalTransDate, 
   [boolean _postTaxes])

Run On

Server

Parameters

Return Value

Type: AmountCur Extended Data Type
The TaxAmount calculated in the CalcAndInsertTaxes method.

See Also

TaxReverseTax Class

TaxReverseTax.calcAndInsertTaxes Method