Tax.applyFiscalValueInCalculatedTaxes_BR Method [AX 2012]
Applies Fiscal value requirement to the current tmpTaxWorkTrans
Syntax
protected void applyFiscalValueInCalculatedTaxes_BR()
Run On
Server
Remarks
General Fiscal Value usage:
WithCreditDebit - tax is full taxable, tax base and calculated amount will be used as standard.
When TaxReductionPct is different from zero, meaning a fraction of the base amount is exempt, the exempted amount is filled in SourceExemptBaseAmount_BR.
WithoutCreditDebitExempt - tax is exempt, the base amount and calculated amount will be filled in SourceExemptBaseAmount_BR and SourceExemptTaxAmount_BR.
WithoutCreditDebitOther - tax is exempt/suspended by other reasons, the base amount and calculated amount will be filled in SourceOtherBaseAmount_BR and SourceOtherBaseTaxAmount_BR.