CustBankAccount::findByCompany Method
Finds a CustBankAccount record in the given company.
Syntax
client server public static CustBankAccount findByCompany(
CompanyId _companyId,
CustAccount _custAccount,
CustBankAccountId _custBankAccountId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
The company in which to look for the record.
- _custAccount
Type: CustAccount Extended Data Type
The customer account ID.
- _custBankAccountId
Type: CustBankAccountId Extended Data Type
The bank account ID.
- _forupdate
Type: boolean
Determines whether the returned CustBankAccount record is selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use; optional.
Return Value
Type: CustBankAccount Table
Returns the VendBankAccount record, if found.