BankAccountTable::existByCompany Method
Determines whether the specified record exists in the BankAccountTable table.
Syntax
client server public static boolean existByCompany(DataAreaId _company, CompanyBankAccountId _accountId)
Run On
Called
Parameters
- _company
Type: DataAreaId Extended Data Type
The company of the bank account to check for existence.
- _accountId
Type: CompanyBankAccountId Extended Data Type
The account ID of the bank account to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.