Share via


BankStatementTransactionTypeMapping::findByAccountAndTransCode Method

Finds a record in the BankStatementTransactionTypeMapping table by using a specified bank account and bank statement transaction code.

Syntax

client server public static BankStatementTransactionTypeMapping findByAccountAndTransCode(
    CompanyBankAccountId _accountId, 
    BankStatementTransactionCode _transCode, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: BankStatementTransactionTypeMapping Table
A record in the BankStatementTransactionTypeMapping table; otherwise, an empty record.

See Also

Reference

BankStatementTransactionTypeMapping Table