JournalizingDefinitionRelatedDefinition::find Method
Finds the specified record in the JournalizingDefinitionRelatedDefinition table by using the specified journalizing definition and the related journalizing definition.
Syntax
client server public static JournalizingDefinitionRelatedDefinition find(
JournalizingDefinitionVersionId _parentJournalizingDefintionVersionId,
JournalizingDefinitionId _journalizingDefinitionRelatedId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _parentJournalizingDefintionVersionId
Type: JournalizingDefinitionVersionId Extended Data Type
The journalizing definition version to find together with the related journalizing definition.
- _journalizingDefinitionRelatedId
Type: JournalizingDefinitionId Extended Data Type
The related journalizing definition to find together with the parent journalizing definition.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: JournalizingDefinitionRelatedDefinition Table
A JournalizingDefinitionRelatedDefinition table buffer.