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
- _accountId
Type: CompanyBankAccountId Extended Data Type
A specified bank account.
- _transCode
Type: BankStatementTransactionCode Extended Data Type
A specified bank statement transaction code.
- _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.