CustInterestPost.addLedgerTrans Method [AX 2012]

Adds the transactions to the ledger voucher.

private void addLedgerTrans(
    LedgerVoucher _ledgerVoucher, 
    LedgerPostingType _ledgerPostingType, 
    LedgerDimensionAccount _postingLedgerDimension, 
    CurrencyCode _currencyCode, 
    AmountCur _postingAmount, 
    CurrencyExchangeHelper _currencyExchangeHelper, 
    TableId _tableId, 
    RefRecId _interestRecId)

Run On

Called

Parameters

_ledgerVoucher
Type: LedgerVoucher Class
A ledger voucher.
_ledgerPostingType
Type: LedgerPostingType Enumeration
The posting type of the general journal entry.
_postingLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension that is used for posting.
_currencyCode
Type: CurrencyCode Extended Data Type
The currency code that is associated with the interest note.
_postingAmount
Type: AmountCur Extended Data Type
The interest amount.
_currencyExchangeHelper
Type: CurrencyExchangeHelper Class
The accounting currency amount and reporting currency amount exchange rates.
_tableId
Type: TableId Extended Data Type
The table ID of the transaction table.
_interestRecId
Type: RefRecId Extended Data Type
The record ID of the interest transaction.

Community Additions

ADD
Show: