Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches for the first record of the BankBorderoPaymTrans_BR table that has the specified values in its fields.
Syntax
client server public static BankBorderoPaymTrans_BR find(
CompanyBankAccountId _accountID,
BorderoSequenceNum_BR _borderoSequenceNum,
Voucher _voucher,
[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.
- _voucher
Type: Voucher Extended Data Type
The Voucher 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: BankBorderoPaymTrans_BR Table
The first BankBorderoPaymTrans_BR table record that is found that has the specified values in its fields, if any record is found.