getJournalNumber

getJournalNumber(): Integer;

The getJournalNumber method of the JadeAuditAccess class returns the number of the current journal.

Exception 1406 (Result of expression overflows Integer precision) or 1446 (Result of expression underflowed Integer precision) is raised if the returned number exceeds Max_Integer (2,147,483,647). If this occurs, use the corresponding getJournalNumber_64 method that returns a 64‑bit integer (that is, an Integer64 value).