Share via


CustInterestPost.addLedgerTransByPostingDefinition Method [AX 2012]

Adds the transactions in a ledger voucher with regard to the posting definition.

Syntax

private void addLedgerTransByPostingDefinition(
    LedgerDimensionAccount _ledgerDimension, 
    LedgerVoucher _ledgerVoucher, 
    AmountCur _postingAmount, 
    CurrencyCode _currencyCode, 
    CurrencyExchangeHelper _currencyExchangeHelper, 
    BillingCodeRefRecId _billingCodeRecId, 
    BillingClassificationRefRecId _billingClassRefRecId, 
    TransDate _transDate, 
    TableId _tableId, 
    RecId _interestRecId, 
   [LedgerPostingType _revenuePostingType])

Run On

Called

Parameters

See Also

Reference

CustInterestPost Class