Share via


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

  • _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.

See Also

Reference

BankBorderoTable_BR Table