FintechOS Platform 24.4.3

March 26th, 2025

This release introduces compressed large text storage, real-time PDF save tracking, enhanced Business Unit management, and important fixes in the latest Personal Sandbox update.

What's New

Compressed Text Attributes

A new Large Text attribute type enables efficient storage of large text such as logs, descriptions, JSON, XML, or free-form notes, while remaining transparent to users. The text is automatically compressed when written to the database and decompressed when read.

The maximum supported compressed size is approximately 2 GB. The maximum storable original text size depends on the compression ratio of the stored content.

By default, the attribute is displayed in the user interface as a text area.

Track PDF Editor File Updates After Save Without Refreshing the Session Context

The ebs.openPdfEditor Client SDK function now supports an optional listener callback that allows applications to track PDF save events and access updated file metadata. When a document is saved in the PDF editor, the callback receives an event payload containing information about the saved file, including the updated file real name. This enables you to implement custom post-save logic without refreshing the session context. The listener supports both synchronous and asynchronous handlers.

Multiple Business Units Selection

To support users assigned to more than one Business Unit (BU), the system now allows BU selection during login when configured appropriately.

  • Enable the system parameter sys-allow-multiple-BU-per-user to display a pop‑up with a drop‑down list of available Business Units, at user authentication in the Portal

  • If the parameter is not enabled, your primary BU is automatically selected by default.

  • Business Units are assigned by administrators in Studio, with no limit to how many can be added.

  • If you have only one assigned BU, it becomes your default and no selection option appears.

  • Available when logging into the FintechOS Portal or via Client SDK (see Quickly Change a User's Business Unit Context).

  • Applies only to users authenticated through FintechOS ID.

  • Not applicable to service accounts, temporary users, or inactive users.

Quickly Change a User's Business Unit Context

You can use the ebs.openBusinessUnitModal Client SDK function to display a business unit selection modal whenever a user needs to change their business unit context. The modal allows users who are assigned to multiple business units to immediately switch their currently active business unit without logging out of FintechOS Portal and logging back in to select a different unit.

Personal Sandbox Updates

Sandbox kit version 1.4.4 compatible with Platform version 24.4.3 is out with two important fixes. Read more about there in the Community.

Fixed Issues

No. Summary
63080 When resizing an app data form in insert mode, the bullets progress bar became visible even if it was configured to be hidden.
63159 The Font Awesome icon library was not available in B2C portals.
63361 Form driven flow pages were partially scrollable after session expiration.