JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Add getCurrentJournalNumber_64 to JadeDatabaseAdmin class

The JadeAuditAccess class has support for large journal numbers with getJournalNumber_64. It would be useful for the JadeDatabaseAdmin class to have a similar method to get the current journal number.

  • Guest
  • Nov 28 2023
  • Needs review
  • Attach files
  • Ty Baen-Price commented
    07 Feb 02:51

    This is not necessary, at the moment. The highest journal number Jade will create is Max_Integer (2147483647). The next journal number that will be created after that is 1 (one). The JadeAuditAccess::getJournalNumber_64 method was created at the same time as JadeAuditAccess::getNextRecord_64, as possibly overzealous future-proofing.