JournalizingDefinition::checkExist Method
Validates that the specified journalizing definition code exists in the JournalizingDefinition table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(JournalizingDefinitionCode _journalizingDefinitionCode)
Run On
Called
Parameters
- _journalizingDefinitionCode
Type: JournalizingDefinitionCode Extended Data Type
The journalizing definition code to find.
Return Value
Type: boolean
true if the journalizing definition code exists in the table; otherwise, false.