BankCodaTransDefTable::checkExist Method
Indicates whether the specified record exists in the BankCodaTransDefTable table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
[CompanyBankAccountId _accountId,
BankTransFamilyCoda _transactionFamily,
BankTransCoda _transaction,
BankTransCategoryCoda _transactionCategory])
Run On
Called
Parameters
- _accountId
Type: CompanyBankAccountId Extended Data Type
The CompanyBankAccountId value of the record for which to check.
- _transactionFamily
Type: BankTransFamilyCoda Extended Data Type
The BankTransFamilyCoda value of the record for which to check.
- _transaction
Type: BankTransCoda Extended Data Type
The BankTransCoda value of the record for which to check.
- _transactionCategory
Type: BankTransCategoryCoda Extended Data Type
The BankTransCategoryCoda value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.