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