BankBorderoPaymTrans_BR::find Method

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

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

See Also

Reference

BankBorderoPaymTrans_BR Table