BankBorderoTable_BR::find Method
Searches for the first record of the BankBorderoTable_BR table that has the specified values.
Syntax
client server public static BankBorderoTable_BR find(
CompanyBankAccountId _accountID,
BorderoSequenceNum_BR _borderoSequenceNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _accountID
Type: CompanyBankAccountId Extended Data Type
The CompanyBankAccountId value that the record must have.
- _borderoSequenceNum
Type: BorderoSequenceNum_BR Extended Data Type
The BorderoSequenceNum_BR value that the record must have.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the searched record should be retrieved for update.
Return Value
Type: BankBorderoTable_BR Table
The first BankBorderoTable_BR table record that is found that has the specified values, if any record is found.