Tax.postToLedgerCustomsEximTrans_IN Method [AX 2012]
Posts to the Customs/Exim transactions to Ledger.
Syntax
public void postToLedgerCustomsEximTrans_IN(
TaxTrans _taxTrans,
TaxAmountCur _taxAmountCur,
LedgerPostingController _ledgerPostingController,
TaxAmountCur _taxInCostPrice,
CurrencyExchangeHelper _exchangeRateHelper)
Run On
Server
Parameters
- _taxTrans
Type: TaxTrans Table
Transaction line being posted.
- _taxAmountCur
Type: TaxAmountCur Extended Data Type
Tax amount to be posted.
- _ledgerPostingController
Type: LedgerPostingController Class
The ledger posting controller to use for ledger posting.
- _taxInCostPrice
Type: TaxAmountCur Extended Data Type
TaxinCostPrice Amount.
- _exchangeRateHelper
Type: CurrencyExchangeHelper Class
The CurrencyExchHelper instance for the TaxTrans record being posted.