Share via


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

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

Return Value

Type: CustBankAccount Table
Returns the VendBankAccount record, if found.

See Also

Reference

CustBankAccount Table