FintechOS Platform 20.2.7

January 22nd, 2021

This release of the platform makes it possible to export data sets, and also brings about several fixes. Continue reading for more information.

IMPORTANT!  
FintechOS Studio version 20.2 and greater requires .NET Framework 4.7.2.
When upgrading from previous versions:
  • Update the web.config file to support .NET Framework 4.7.2. For details see .Net Framework 4.7.2.
  • Configure any system parameters that have replaced web.config settings. For details, see New System Parameters.

What's New

Exporting Business Formula Data Sets

When creating a package to be exported from the current environment to another environment, the digital actor is going to select the formula version to be included in the deployment package, regardless of its status:

  • draft
  • active
  • closed

To deploy a package containing a formula from one environment to another, the system will proceed as indicated below, by checking:

  1. The formula name to see if there are any existing formulas on the deployment environment. If the formula exists on the deployment environment, the input parameter and output formula steps will be checked and if they are the same (environment vs. package) the deployed formula will become the latest version of the existing formula.
  2. On the deployment environment if the existing formula has a draft version. If there is an existing draft version the system will display an error message on importing the package. The user will have to remove/delete the draft version to deploy/import the formula from the package.
  3. If there is no draft version, the deployed formula will be imported with the Draft status, begin date = current date when beginning data < current date and all links of parent formula and master formula will be reinitialized.
  4. If the input and output parameters are different from the package formula, the formula could be imported as a new one with change name "name_importdate" or the import will raise an error.
  5. If the name is not found, then the formula will be imported as a new one, with the draft status, version 1, and begin date = current date.

Start and End date of Business Formula

For a formula, it was possible to set the date from when it would be activated and until when, by selecting only the date. These two attributes have been changed from Date to Date Time. Before, the activation was done from day to day. By setting it to Date Time, it is possible to activate or deactivate the formula from any minute.

Fixed Issues

No.

Summary Module

N/A

Importing audience segment to a new environment using the Syspack provided rendered an error.

FintechOS Platform

N/A

When a user tried to map an input/output and clicked outside the select box area before he had the chance to map anything, the select box area did not close and allowed the user to open another select area for a different input/output mapping.

FintechOS Platform

N/A

When a user tried to map an input/output and selected a collection or object to be mapped, the sub-properties were not rendered.

FintechOS Platform

N/A

Creating a new system user by inserting a user name with spaces before and after the name resulted in not successfully creating the user because the system took into consideration the spaces from the user name.

FintechOS Platform

N/A

In a custom flow placed in the FintechOS Portal as a shortcut, the external URL could not be accessed.

FintechOS Platform

N/A

When creating an entity, its attributes could result in having their names the same as the names from an existing system entity's attributes.

FintechOS Platform

N/A

When creating a digital journey with many form driven flows, it took too long to load.

FintechOS Platform

N/A

The function getTabularDataFromFile did not support delimiters other than the default one (',').

FintechOS Platform

N/A

A package with a platform entity with the isAudited= true was not imported to a new environment.

FintechOS Platform

N/A

After importing a data set with wrong values configured e.g. discriminant text type and the values actually being numeric, activating a data set rendered an error.

FintechOS Platform

N/A

The creation of multiple data sets was allowed.

FintechOS Platform

N/A

The function convertImage converting an image to PDF rendered an extra blank paragraph.

FintechOS Platform

N/A

In a Form Driven Flow Steps header items were not centred when the user came back to the page from opening it in code.

FintechOS Platform

N/A

The option to set the number of records to be displayed in the list for Custom and Form driven flows was missing.

FintechOS Platform

N/A

The timeout for the Message Composer was 30 seconds, and it created an error for campaigns which took longer to load.

FintechOS Platform

N/A

The tools FtosPkgDeployer and FtosSysPkgDeployer exported xml files with the wrong coding and then preceded not to import them due to the wrong coding.

FintechOS Platform

N/A

The activation date of a formula imported did not respect the rule for setting the date as the date from the environment is was imported to plus one day.

FintechOS Platform

N/A

For a formula, if the user was editing the date manually and set the hour and minutes less then the previous saved hour and minute, the system throws the validation.

FintechOS Platform

N/A

Data mapping for formulas only allowed the text input of any type of input.

FintechOS Platform

FSD-1810 When rendering a report, with the floating style dashboard, the grey bar was displayed in another menu as well.

FintechOS Platform

FDS-6802

The business transactions and actions buttons could not be hidden from a digital journey.

FintechOS Platform

FSD_2904

Using the postman to create a request (GET) for method SendResetPassword, containing the username and linkReset and siteName, in the JSON object received containing the ''to'' and ''from'' were identical.

FintechOS Platform

FSD-7136

When running a call action from a view that has a fetch, an unexpected error appears.

FintechOS Platform

Known Issues

Summary Module
Plugin assemblies must be copied and pasted in the PortalPluginStore\AddIns folder after import in FintechOS Studio in order to be functional. FintechOS Studio
The Save Changes prompt does not appear when the Insert button is clicked. FintechOS Studio and FintechOS Portal
Inline editing in views doesn’t work if the view columns are created with attribute aliases from the fetch. FintechOS Portal

In a Form Driven Flow, the relation between Step and Processor Type is made through ID not name.

FintechOS Platform