JournalizingDefinitionBankTrans::find Method
Searches the JournalizingDefinitionBankTrans table for the specified recId value.
Syntax
client server public static JournalizingDefinitionBankTrans find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The recId value to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use.
Return Value
Type: JournalizingDefinitionBankTrans Table
A JournalizingDefinitionBankTrans table buffer.