BankAccountTrans::findByAccountIDAndBorderoNum_BR Method
Finds a BankAccountTrans record by using a bank account ID and a bank bordero number.
Syntax
client server public static BankAccountTrans findByAccountIDAndBorderoNum_BR(
CompanyBankAccountId _accountID,
BorderoSequenceNum_BR _borderoNum,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accountID
Type: CompanyBankAccountId Extended Data Type
The company bank account ID of the BankAccountTrans record.
- _borderoNum
Type: BorderoSequenceNum_BR Extended Data Type
The bank bordero number of the BankAccountTrans record.
- _forupdate
Type: boolean
A Boolean value that indicates the value of the table’s selectForUpdate property.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use for an update.
Return Value
Type: BankAccountTrans Table
Always returns a BankAccountTrans buffer.
Remarks
A non-zero BankAccountTrans.RecId value indicates that the buffer actually contains good data.