BankChequeTable::findByRecId Method
Finds the BankChequeTable record by record id.
Syntax
client server public static BankChequeTable findByRecId(
RefRecId _bankChequeRecordId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _bankChequeRecordId
Type: RefRecId Extended Data Type
The bank cheque table record id.
- _forupdate
Type: boolean
Whetehr to update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model.
Return Value
Type: BankChequeTable Table
The found BankChequeTable record.