JournalizingDefinitionRelatedDefinition::exist Method
Indicates whether the specified record exists in the JournalizingDefinitionRelatedDefinition table by using the journalizing definition version and related journalizing definition.
Syntax
client server public static boolean exist(JournalizingDefinitionVersionId _parentJournalizingDefinitionVersionId, JournalizingDefinitionId _journalizingDefinitionRelatedId)
Run On
Called
Parameters
- _parentJournalizingDefinitionVersionId
Type: JournalizingDefinitionVersionId Extended Data Type
The journalizing definition version to find.
- _journalizingDefinitionRelatedId
Type: JournalizingDefinitionId Extended Data Type
The related journalizing definition to find.
Return Value
Type: boolean
true if the specified record exists in the table; otherwise, false.