6.34 Platform Release Notes
Overview
Version: 6.34.0
UAT Release Date: June 29, 2021
Contents
Components
New Button Triggers Add Control Around Module Validation
We've added 2 new triggers to the Button component:
-
Trigger for Valid Form: Triggers before saving the form, but only if the module is valid (all required fields have values).
-
Trigger for Invalid Form: Triggers before saving the form, but only if the module is invalid.
These new settings give creators more finely-tuned control over the module's behavior in the face of validation errors.
-
Data Workflow Component: Operator tooltips that appear on hover-over now have a longer delay before disappearing.
-
Property ID: Resolved an issue affecting tables, where selecting a Property ID suggested in the autocomplete drop-down did not make a proper selection.
-
Plaid Component: Resolved an issue where the public token was not retrieved properly. This error prevented end-users from retrieving the bank information needed.
-
Dropdown Component V2: Resolved an issue where Data Reference Keys were not being imported properly and data was not populating correctly.
-
Object Tags in iFrames: Resolved an issue affecting Google Chrome, where object tags couldn't frame in for clients who use Unqork as an iFrame.
Applications & Administration
The App Builder Page is Being Sunsetted
As mentioned in our 6.22 Platform Release Notes, starting from July 6th, 2021, the App Builder page will no longer be directly linked from the platform. Workspaces replaces the App Builder view, and offers upgraded functionality. For tips & tricks on transitioning to Workspaces, see our Best Practices guides. You can also watch the Transitioning to Workspaces webinar, which we hosted on January 5th, 2021. The webinar offered insight on making a seamless transition from App Builder to Workspaces. In case you missed it, you can watch the recording here.
-
Templates Library: Expanded the Templates Library to be included in all environments by default.
-
linkedForms: Resolved an issue where an application's linkedForms array would allow adding invalid module IDs.
-
Workspaces API: Added validation on module IDs being linked to applications when using the Workspaces API. This fix prevents invalid elements from being linked.
-
Application Restores: Fix to prevent an application from being restored to a non-existent workspace. Now only valid workspaces allow application restores.
-
Module Changes on Save: Fix to prevent Config Analysis checks from implementing unintended changes to modules upon module save.
-
Module Search: Fix to the nonConnected elements API to allow regex special characters within search terms.
UDLC Toolkit
Add Notes to Config Analysis Violations
Creators are now able to add notes to violations highlighted by the Config Analysis tool. Adding notes can help provide context around the status of each violation. This helps reduce production issues for the end-user and also increases accountability for the creator.
Link to SSE (Server-Side Execute) Debugger from the Service Logs Dashboard Tool
Creators can now open the SSE Debugger from the Service Logs Dashboard tool. Creators can also populate the SSE Debugger with service log data from the Service Logs Dashboard tool. This is thanks to the inclusion of the serviceLogId in the query string on page open. This new link improves creator efficiency and decreases the time and number of steps involved in the debugging process.
-
UDLC Documentation: The UDLC Toolkit now includes a help link in the navigation that directs creators to all our UDLC Toolkit documentation.
-
Navigation Appearance: The Preview As toolbar no longer appears when navigating to the UDLC Toolkit.
-
Release Management Tool: Added server-side pagination to the Release Management Tool to increase performance.
-
Snippets: Resolved an issue that now accounts for snippets when using the API Specification.