Share via


TaxFiscalDocumentCalcTax_BR.post Method [AX 2012]

Posts the taxes of this tax fiscal document.

Syntax

public void post(LedgerVoucher _ledgerVoucher, [NoYes _post])

Run On

Called

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The LedgerVoucher object that is used to post the document.
  • _post
    Type: NoYes Enumeration
    A Boolean value: true if the post is real and false if it is pro forma.

See Also

Reference

TaxFiscalDocumentCalcTax_BR Class