BankAccountTrans::findByDepositNum Method
Finds a BankAccountTrans record by using a bank deposit number.
Syntax
client server public static BankAccountTrans findByDepositNum(
BankDepositNum _depositNum,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _depositNum
Type: BankDepositNum Extended Data Type
The bank deposit number of the BankAccountTrans record.
- _forupdate
Type: boolean
A Boolean value that indicates the value of the table’s selectForUpdate property; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use for an update; 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.