JournalizingDefinition::find Method
Finds the specified journalizing definition code in a JournalizingDefinition table.
Syntax
client server public static JournalizingDefinition find(
JournalizingDefinitionCode _journalizingDefinitionCode,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalizingDefinitionCode
Type: JournalizingDefinitionCode Extended Data Type
The journalizing definition code 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 when the program reads the record.
Return Value
Type: JournalizingDefinition Table
A JournalizingDefinition table buffer.