JournalizingDefinitionMatchDetail::exist Method
Indicates whether the specified ledger dimension account exists in the table for a specific journalizing definition.
Syntax
client server public static boolean exist(JournalizingDefinitionMatchId _journalizingDefinitionMatchId, LedgerDimensionAccount _ledgerDimensionAccount)
Run On
Called
Parameters
- _journalizingDefinitionMatchId
Type: JournalizingDefinitionMatchId Extended Data Type
The journalizing definition match ID to check for existence.
- _ledgerDimensionAccount
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account number for which to look.
Return Value
Type: boolean
true if the ledger dimension account exists for the journalizing definition in the table; otherwise, false.