LedgerVoucher.bankAccountTransSum Method [AX 2012]

Creates summarized bank account transactions.

Syntax

public boolean bankAccountTransSum(BankAccountTrans _bankAccountTrans)

Run On

Server

Parameters

  • _bankAccountTrans
    Type: BankAccountTrans Table
    A temporary BankAccountTrans table record buffer. Generated by BankVoucher.

Return Value

Type: boolean
true if the posting summarization level has the DetailSummary::Summary enumeration value; false if the posting summarization level has the DetailSummary::Detail enumeration value.

Remarks

This method is used by the BankVoucher class.

The temporary bank account transactions are inserted in the database when the LedgerVoucher parameter is posted.

Summarization follows the LedgerVoucher parameter for Detail or Summary posting.

See Also

LedgerVoucher Class

BankVoucher Class

BankAccountTrans Table