Share via


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

  • _forupdate
    Type: boolean
    Determines whether the returned VendBankAccount record is selected for update; optional.

Return Value

Type: VendBankAccount Table
The VendBankAccount record, if found.

See Also

Reference

VendBankAccount Table