Tax.postPost_BR Method [AX 2012]
Defines specifics parameters for Localizarion BR. It is a subscriber to event post_br in post method.
protected void postPost_BR(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
TaxAmount _taxAmount,
TaxAmount _chargeAmount,
CurrencyExchangeHelper _exchRateHelper,
LedgerDimensionAccount _ledgerDimension,
LedgerDimensionAccount _operationLedgerDimension,
LedgerDimensionAccount _taxOffsetUseTaxLedgerDimension,
[LedgerDetailLevel _ledgerDetailLevel])
Run On
ServerParameters
- _ledgerPostingController
- Type: LedgerPostingController Class
A LedgerPostingController passed by the method post.
- _taxTrans
- Type: TaxTrans Table
A TaxTrans passed by the method post.
- _taxAmount
- Type: TaxAmount Extended Data Type
The tax amount passed by the method post.
- _chargeAmount
- Type: TaxAmount Extended Data Type
The charge amoount passed by the method post.
- _exchRateHelper
- Type: CurrencyExchangeHelper Class
A CurrencyExchangeHelper passed by the method post.
- _ledgerDimension
- Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account passed by the method post.
- _operationLedgerDimension
- Type: LedgerDimensionAccount Extended Data Type
The operation ledger dimension passed by the method post.
- _taxOffsetUseTaxLedgerDimension
- Type: LedgerDimensionAccount Extended Data Type
The tax off set use tax ledger dimenssion passed by the method post.
- _ledgerDetailLevel
- Type: LedgerDetailLevel Enumeration
A LedgerDetailLevel passed by the method post.
Community Additions
ADD
Show: