Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: JournalizingDefinitionRelatedDefinition Table
A JournalizingDefinitionRelatedDefinition table buffer.

See Also

Reference

JournalizingDefinitionRelatedDefinition Table