FintechOS Platform 20.1.5

April 16th, 2020

This release brings about options to update External Data Entities, integrates with Azure Notification Hub, and various fixes to issues found in previous platform versions.

What's New

Integration with Azure Notification Hubs

You can send notifications to subscribed user devices via the Azure Notification Hubs push engine.

For details on how to connect FintechOS to Azure Notification Hubs, see the Innovation Core User Guide.

For details on how to send push notifications from server side scripts, see the Server SDK Reference documentation.

External Data Entity Referencing

Lookup attributes that refer external data entities can now be created.

UserId and BusinessUnitId Updates for External Data Entities

Server side scripting can now be used to update the UserId and BusinessUnitId attributes of external data entities.

Fixed Issues

No. Summary Module
N/A When writing a custom script for the workflow transition action of a business workflow, the code editor autosuggest feature did not work. FintechOS Studio
N/A When inserting code blocks in a custom script for the workflow transition action of a business workflow, only client side code blocks were available even if the custom script also accepts server side code blocks. FintechOS Studio

Known Issues

Summary Module
EL Pipes – Sometimes, when setting up connections that require TLS authentication, the following error message may be displayed: "Failure! You must enable TLS or login from the local machine to authenticate with this site.".
Workaround:
  1. Log in to your local server.
  2. Open the connections page of the CData Sync Admin Console in a web browser (http://localhost:8019/connections.rst).
  3. Set up the connection from the admin console.
FintechOS Studio
Accessing an entity with no default form displays a loading animation, with no error message. FintechOS Portal
Form Driven Flows – Virtual attributes are available in flow control rules expressions only after a Save & Reload. FintechOS Studio
The loading animation is displayed in FintechOS Portal when the user triggers imported code that doesn’t have ";" before the return statement. FintechOS Portal/Deployment Packages
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
Titles are displayed in dashboard widgets when the "Show Ttitle" option is disabled. FintechOS Portal
Views – Code before the return statement in the Fetch Object Expression must end with ";" when generating the view columns. Otherwise FintechOS Portal will crash when displaying the view. FintechOS Portal and FintechOS Studio