Share via


BankAccountTrans::findByAccountIDAndChequeNum Method

Finds a BankAccountTrans record by using a bank account ID and a bank check number.

Syntax

client server public static BankAccountTrans findByAccountIDAndChequeNum(
    CompanyBankAccountId _accountID, 
    BankChequeNum _chequeNum, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicate the value of the table’s selectForUpdate property; optional.

Return Value

Type: BankAccountTrans Table
Always returns a BankAccountTrans buffer.

Remarks

A non-zero BankAccountTrans.RecId value indicates that the buffer contains good data.

See Also

Reference

BankAccountTrans Table