RTax25RegisterJournalTable::checkExist Method
Indicates whether the specified record exists in the RTax25RegisterJournalTable table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(RTax25RegisterJournalNum _journalNumber, RTax25RegisterJournalType _registerJournalType)
Run On
Called
Parameters
- _journalNumber
Type: RTax25RegisterJournalNum Extended Data Type
The RTax25RegisterJournalNum value of the record for which to check.
- _registerJournalType
Type: RTax25RegisterJournalType Enumeration
The RTax25RegisterJournalType value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.