BankBorderoTable_BR::getBorderoSequenceNumber Method
Searches for the first record of the BankBorderoTable_BR table that has the specified values.
Syntax
client server public static BankBorderoTable_BR getBorderoSequenceNumber(
LedgerJournalId _ledgerJournalId,
Voucher _voucher,
CompanyBankAccountId _accountId,
[boolean _forUpdate])
Run On
Called
Parameters
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The LedgerJournalId value that the record must have.
- _voucher
Type: Voucher Extended Data Type
The Voucher value that the record must have.
- _accountId
Type: CompanyBankAccountId Extended Data Type
The CompanyBankAccountId 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.