FintechOS Platform 20.1.3
April 7th, 2020
With this release, the FintechOS platform offers more options to include in your deployed packages, renames several aspects of the Digital Journey, adds more methods to the Client SDK, and more. Several issues were also fixed. Read about all the improvements and fixes below.
What's New
Redefined Digital Journeys
Form Driven Journeys and Custom Journeys have been renamed to Form Driven Flows and Custom Flows respectively. For details, see the FintechOS Studio User Guide.
Form Mock-ups
Form Driven mock-up flows allow you to design a Form Driven Flow without having an underlying data model. This lets consultants and business analysts quickly define the general layout of the user interface. Developers can then attach a data model to the mock-up, map entity attributes to the corresponding form fields, and work on any additional back-end configurations. For details, see the FintechOS Studio User Guide.
Enhanced Deployment Packages
In addition to metadata, you can include entity data and report templates in a single deployment package, via enhanced deployment packages. An enhanced doployment package is a .zip archive that bundles together metadata, entity data, and report templates in a standardized format. For details, see the FintechOS Studio User Guide.
Automatically Create File Upload Subfolders
You can automatically group uploaded files into folders based on the last three characters in their file name (excluding the file extension). For details, see the Innovation Core User Guide.
ARM Templates Support
Azure Blob storage for file uploads now supports automatic deployment through Azure Resource Management templates. For details, see the Innovation Core User Guide.
Client SDK Object: formScope
The formScope object was added to the Client SDK to allow sharing of user-defined variables and functions between different JavaScript attributes of an entity form. For details, see the Client SDK Reference Guide.
Client SDK Method: formData.refreshBusinessStatus
The formData.refreshBusinessStatus method was added to the Client SDK to refresh the current record's business status. For details, see the Client SDK Reference Guide.
Client SDK Method: formData.refreshForm
The formData.refreshForm method was added to the Client SDK to refresh the current form. For details, see the Client SDK Reference Guide.
Fixed Issues
No. | Summary | Module |
---|---|---|
N/A | The View column was displayed in editable entity views when the ShowViewButton checkbox was unchecked. | FintechOS Studio and FintechOS Portal |
N/A | When setting a user password from myAccount or from the system users list, an error was thrown if the password contained special characters. | FintechOS Studio |
N/A | Sometimes, form names that contained spaces were not URL encoded correctly when displayed in the FintechOS Portal. | FintechOS Studio and FintechOS Portal |
FSD-3268 | Custom action shortcut widgets set up on the FintechOS Portal dashboard didn't open the corresponding custom actions. | FintechOS Portal |
FSD-3287 | Using the ebs.generateForm method with the onlyTemplate option caused an error when called from a digital journey in wizard mode. | FintechOS Studio |
Known Issues
Summary | Module |
---|---|
In the current version, charts aren’t exported/imported with the deployment packages. | Deployment Packages |
Plugin assemblies need to be copied and pasted in the Portal PluginStore\AddIns folder after the import in FintechOS Studio in order to be functional. | FintechOS Studio |
UploadEBS – The message error that is displayed when the virtual folder is missing is not clear. | FintechOS Studio |
General – The prompt for saving changes will not appear when the “Insert” button is clicked. | FintechOS Studio and FintechOS Portal |
Editing inline doesn’t work if the view columns are created with the attribute aliases from the fetch. | FintechOS Portal |