2023.1.4

Release notes for Fynapse 2023.1.4

Fiscal Calendars

Three new features were added to the View History section on the Fiscal Calendars screen:

  • you can view the details of a historical configuration of a given Fiscal Calendar
  • you can download the details of a historical configuration of a given Fiscal Calendar
  • you now have to add a mandatory comment when changing a configuration

For more details, refer to Fiscal Calendars.

Deferred Payments

The Deferral Calculator functionality has been enhanced to handle a number of different scenarios for incoming data.

For more details, refer to Deferred Payments.

Upgrade Considerations

This section details any changes that will have an impact on how you work with Fynapse.

Bulk Upload

We changed the Fiscal Calendar functionality to require a mandatory comment to be added when you change a Fiscal Calendar. This affects uploading configurations via the Bulk Operations Configuration Data screen, i.e. when you try to overwrite a configuration via Bulk Operations, the following error will be thrown:

There are some problems for you to resolve: Calendar comment cannot be blank on edit

In order to re-upload a configuration via Bulk Operations you have to use one of the two available options:

Option 1

  1. Download the current configuration.
  2. Delete the configuration from Fynapse.
  3. Upload the JSON file with the configuration.

Option 2

  1. Before you upload the JSON file, you have to find all instances of Fiscal Calendars in the file with versionNumber: 1 and add a “comment” line:
1{
2 "type": "gregorian",
3 "id": "",
4 "name": "new_calendar",
5 "created": "2023-03-02T11:18:36.325151Z",
6 "versionNumber": 1,
7 "comment": "123",
8 "effectiveFrom": "2023-03-02",
9 "createdBy": "John Doe",
10 "endOfFirstYear": "2023-12-31",
11 "startYear": 2023,
12 "active": true
13 }
  1. Afterwards, you can upload the file without errors.

There is an additional scenario. If you decide to add a completely new Fiscal Calendar by uploading the JSON file via Bulk Operations, the new Fiscal Calendar does not require a comment and will not cause an error to be thrown.

Preview

This section details future functionalities which are still under development.

Data Enrichment Preview

An initial implementation of the References tab was added to the Business Event Definition screen. Also the Effective Date Systemic Field attribute was added to Business Event Definition. This is a part of a larger on-going implementation of data enrichment, which will be released incrementally over the following months.