2026.1.3
New Fynapse UI
We have updated Fynapse UI to reflect new branding. The new look does not affect the working of the application.
All navigation paths in the documentation have been updated to reflect the new menu.
Processing Summary Screen Enhancement
We enhanced the Processing Summary screen to include data from additional ingestion points and types of data. Now, the screen will show information about processing for the following ingestion data types:
- Business Events
- Ingested via File Ingestion screen (this option was already available)
- Business Events generated by a Flow
- Journals
- Ingested via File Ingestion screen
- Ingested via Adjustment Portal screen
- Journals generated by a Flow
Deleting Extract Configurations Using the GUI
We added a possibility to delete the extract configurations directly from the Fynapse GUI. Previously, you could delete only extract configurations that had the Draft status. Now, you can also delete extract configurations that have been finished - that is, they have the Inactive status, and the current date is later than their end dates. After deletion, they will no longer appear in the Extracts grid; however, they will still be retained in Fynapse for audit purposes. Additionally, all runs of the deleted extract configuration will remain visible in the Extraction Logs grid, and the extract configuration itself can still be previewed by clicking its name in the Configuration name column.
For more details, refer to Extract Configuration.
New Processing Validations
We added new processing validations to ensure better management for data processing errors:
- Missing value for mandatory attribute with source input %s. The record was rejected.
- Incompatible %s attribute, expected type is %s, actual type is %s. The record was rejected.
- Too large value for %s attribute. Max expected digits before point is %s, while the actual digits is %s. The record was rejected.
- Too large value for %s attribute. Max expected digits before point is %s, while the actual digits is %s. The record was rejected. Please consider using HIGH_PRECISION_DECIMAL type.
The full list of errors that can occur during Fynapse processing are available in Consolidated Error List.
Business Date Changes Affecting Journal Queries
We have changed a part of the underlying logic for Business Date filtering that will affect the results of your Journal Queries.
If you didn’t enable the Unposted Journals feature flag, i.e. both current and future dated Journals are stored in the Journals Entity, then the results of a Journal query will include future dated Journals, unless you specify a date filter excluding future dates.
If you enabled the Unposted Journals feature flag, i.e. future dated Journals are sorted into the Unposted Journals Entity, your query results will not be affected.
Flow
We introduced a limit of 10k on the number of records that can be returned from a single lookup function call in Flow.