2025.2.3
Journal Aggregation
We enhanced the Journal aggregation functionality. You can now aggregate Journals based on defined Dimension Sets, which will allow you to filter Journals based on certain Dimensions and export the aggregated Journals list to a General Ledger.
Journal Aggregation settings can be included in the Configuration Data JSON file.
For more details, refer to Dimension Sets and Data Extraction.
REST API Changes
Non-breaking changes
The following changes to REST API were introduced:
- For
Get data by extractionConfigIdandGet data by extractionConfigId as JSONL fileendpoints, the 200 response will include the JournalSummaryId if you enable Journal aggregation. Get data by extractionConfigIdendpoint not work for non-incremental Journal aggregation extracts.
For more details, refer to API Changelog and Extraction section in the API Reference Guide.
Bulk Operations - Unposted Journals Feature Flag
We enhanced the bulk operations functionality. The setting for Unposted Journals will now be included in the Configuration Data JSON file, in the form of the following snippet:
Previously, this setting could only be managed from the System Settings screen. Now, you can upload the setting in the Configuration Data JSON file. This is not a mandatory section.
If you do not include the Unposted Journals settings section when you reupload the Configuration Data JSON file, the system will automatically restore the default setting where the Unposted Journals setting in enabled.
If you already have an active Fynapse instance and want to download your configuration, the Unposted Journals setting snippet will be included in the Configuration Data JSON file.
By default, the Unposted Journals setting is enabled. You can choose to disable it. For more details refer to Journals.
FX Revaluation
We implemented the following enhancements to the the FX revaluation feature:
- You can now choose to use Accounts grouped by tags when defining FX revaluation configuration. Tag groupings are defined in the Chart of Accounts and can be configured either in the CSV file you upload to the Chart of Account screen or in the Configuration Data JSON file.
- If you type the Accounts by hand, the field provides real-time validation against the Chart of Accounts.
- You can now select the Offset Account from the Chart of Accounts which is now available in the drop-down list.
- Version History was implemented on the FX Revaluation Assignment screen and on FX Revaluation Configuration screen, where it’s visible for individual configurations. It allows you to view the changes introduced by users.
- On the FX Revaluation screen:
- There are new columns in the grid:
- Last run status
- Running
- Success
- Completed with errors
- Last run for - the date for which the given revaluation was run
- Last run at - the timestamp for when the revaluation run was started
- Actions - the Actions column allows you to perform the following:
- Rerun - rerun the revaluation for the date in the Last run for column
- Open journals - redirects you to the Journals screen in the Subledger, where the system automatically runs a query based on the Ingestion ID of the Journals which underwent revaluation
- View errors - if a run in unsuccessful, you can view the errors in a pane that will open on the right-hand side of the screen.
- The Show logs button which redirect you to the FX revaluation logs screen where you can browse information about previous FX revaluation runs.
Please note, that the Actions column doesn’t have the Rerun option.
- Finally, now, more than one revaluation can be run at any given time.
For more details on configuring FX revaluation, refer to Multiple Currencies Configuration.
The Multiple Currencies functionality has been integrated with Data Permissions. This means that if Data Permission functionality is enabled, the scope of data visible on FX Revaluation Configuration and FX Revaluation screens will be affected in accordance with the defined Data Permissions rules.
Flow - Reference Entities Can Be Used as Input/Target
We enhanced the Flow functionality. You can now use Reference Entities as source in Input and Target steps.
For more details, refer to Flow and Flow Steps.