24.4

Changelog for Golden EDI version 24.4 that was released on 2024-10-03

Description

Welcome to our latest release! This update brings several improvements to enhance system performance, reliability, and usability.

The primary changes this release is the migration to "user-defined layouts" for custom report layouts and e-mail body layout with a fallback to the old fields. In addition we also switched to use the standard Business Central functions to generate the e-mail subject and the file name for the main attachment (the generated report).

After this the second larges change is that all message lines marked as skipped (the property is set to SkippedLine) will no longer be written to the database table by default and instead only stored in-memory during the execution. You can on a per-mapping enable the SkippedLines to be written again if necessary for debugging purposes or any other reason. This will provide a not so insignificant performance boost for message generation and the system will no longer consume as many entry numbers in the message line table.

Changelog

  • Attachments now have the correct flag set when posted to the Cloud Integration Platform.

  • Add filter so "SkippedLines" will no longer be written to the message lines table unless explicitly included on a per-mapping basis.

  • Reduced locks in Extended Platform and limited the number of messages that can be processed in each job queue execution.

  • TestMode flag is now cached during message processing.

  • Migrated to using the new "user-defined layouts" for setting custom report formats with fallback to the old fields.

  • Use standard Business Central functions to generate e-mail subject and attachment file names.

  • Updated all translations across the base application.

Last updated