Build date (16/02/2022) Version 8.8.0
Category: General Section: Announcements Last Updated: 2024-02-28
Here is a summary of the items from this release. New Features
FeatureDescriptionHow this might affect you
Policies
Users can now define custom policies to Archive, Soft Delete and Hard Delete data from their tenancy.
An admin can set a policy from the Record Policy Actions page.
Currency Control New form field called currency
Accessibility Update to the forms and platform application to support accessibility features. The platform was assessed using the axe accessibility tool.
Enhancements
FeatureDescription
Projects Allow a user to show or hide the Action buttons on a project
Projects The action buttons at the top of an open project step now remain visible even when scrolling.
Projects Steps status
Project step status is now being included within the form data, to allow project steps to be filtered on a previous step's status. You can add one of these filters to a Project Template to achieve this:
//*[name/text()='Step 1' and status/text()='Final']
or
//*[name='Step 1'][status='Final']
Person form field A user can now set the first name and last name as not mandatory in a Person control
Dashboards Created a default dashboard for authors
Checkbox form fields Checkbox size increased by 3 pixels
Projects Forms loaded in a project view now automatically remove the Submit, Save and Clear buttons.
Important flag
Important fields will no longer show in the table if they are empty due to being hidden via script.
Document tables
New template code wf:delcol will delete a table column on document assembly.
Bug Fixes
FeatureDescription of the Fix
Tags and Search Using the search tag in a project will now always trigger a search
Tags Tag overflow is now managed through a scroll
Text area component Setting a row height on a Text Area component now flows through to the open form correctly.
Repeats Setting the minimum and initial rows for a repeat on the first page of a form now works correctly.
Projects steps Resolved issue where in some scenarios the wrong step could be displayed.
Repeat table validation Fixed issue where validation would drop off in previous rows of a repeat when a new row was added. Now when a new repeat row is added the previous row is revalidated.
Known Issues
Next Release Items
Publish webhooks so users can subscribe to selected Falcon events such as after a document has assembled and is ready for download.
Integration with GetEdge for ASIC 201
Upgrade to our framework
Update from .Net 3 to Net 5
Open Feature and Enhancement Requests
Enhancement: Extend the custom tags to other entities including forms, templates and records
Enhancement: Export JSON as CSV
New Feature: Allow a user to connect apps to a submission workflow
New Feature: Custom Component builder
New Feature: Email recipients to include system users and team selections
New Feature: View information about the status/ outcome of the workflow execution for the submission
New Feature: Ability to store secret keys in tenant for use within forms
New Feature: Datasheets
Enhancement: Tenant login page customization
Enhancement: Password expiration policy
Enhancement: Allow PDF files to be easily included with generated documents and attached to email as part of submission workflow
Enhancement: Before form load REST API
Enhancement: Rules builder to allow And & Or conditions in the same rule
Enhancement: Add ability to drag radio button / checklist group options into different order
Enhancement: New Template builder