Share via


TaxFiscalDocumentTax_Invoice_BR.updateAndPost Method [AX 2012]

Saves the tax of the tax fiscal document, and posts it if it is not pro forma.

Syntax

public TaxAmount updateAndPost(LedgerPostingController _ledgerPostingController)

Run On

Server

Parameters

  • _ledgerPostingController
    Type: LedgerPostingController Class
    The instance of the LedgerPostingController class that is used to post to the general ledger.

Return Value

Type: TaxAmount Extended Data Type
The calculated tax amount.

See Also

Reference

TaxFiscalDocumentTax_Invoice_BR Class