JournalizingDefinitionMatch::find Method
Finds the specified record in the JournalizingDefinitionMatch table by using the specified natural key, journalizing definition ID, and ledger account.
Syntax
client server public static JournalizingDefinitionMatch find(
JournalizingDefinitionVersionId _journalizingDefinitionVersionId,
LedgerDimensionAccount _ledgerDimensionAccount,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalizingDefinitionVersionId
Type: JournalizingDefinitionVersionId Extended Data Type
The journalizing definition version ID to find.
- _ledgerDimensionAccount
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account number to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use.
Return Value
Type: JournalizingDefinitionMatch Table
A JournalizingDefinitionMatch buffer.