JournalizingDefinition::findByJournalizingDefinitionMatchId Method
Searches the JournalizingDefinition table for the specified record ID of JournalizingDefinitionMatch table.
Syntax
client server public static JournalizingDefinition findByJournalizingDefinitionMatchId(
RefRecId _journalizingDefinitionMatchId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalizingDefinitionMatchId
Type: RefRecId Extended Data Type
The record ID of JournalizingDefinitionMatch table 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.