Share via


CustInterestPost.postVoucherPerCurrency Method [AX 2012]

Posts the vouchers using the currency that is associated with interest note transactions.

Syntax

protected void postVoucherPerCurrency(
    CustInterestJour _custInterestJour, 
    CustTable _custTable, 
    NumberSeq _numberSeq, 
    LedgerVoucher _ledgerVoucher, 
    Map _custInterestTransMap)

Run On

Called

Parameters

  • _custTable
    Type: CustTable Table
    The customer who is associated with the interest note.
  • _numberSeq
    Type: NumberSeq Class
    The number sequence of the ledger voucher.
  • _custInterestTransMap
    Type: Map Class
    A map that holds the CustInterestTrans records and the associated vouchers.

See Also

Reference

CustInterestPost Class