Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified journalizing definition record ID value in the JournalizingDefinition table.
Syntax
client server public static JournalizingDefinition findByRecId(
JournalizingDefinitionId _journalizingDefinitionId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalizingDefinitionId
Type: JournalizingDefinitionId Extended Data Type
The journalizing definition ID 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: JournalizingDefinition Table
A JournalizingDefinition table buffer.