Release Notes for 2.131

ReadiNow reserves the right to update these release notes at any time.

New Features

Health Check

Now, we have empowered you as the Application Developer and Tenant Administrator to improve and enhance your custom applications with our new Health Check tool.  By simply running a scan over your tenant, the results will provide you an overview of existing errors, warnings and suggested improvements.

For example, you may have a slow running report that you would like to make faster,  by running the scan, then looking at the Reports in the summary to see if there are any list improvements for that particular report.

We will continually add to our scan scope to provide you better information on enhancing your applications.

Select the button Start Scan to initiate a health check

 A health check scan can be run on demand which can be found in Administration > Metrics > Health Check.  Running the scan will not impact performance, however it may take over an hour to complete on a tenant with complex configurations.

Results of a completed health check

The report in the lower part of this screen lists the results, which include the type of resource, the name of the resource, the application name, severity and a detailed message. Using this information the location and nature of the problem can be identified. For example, the "H Country Report" has an invalid column, which has generated more than one warning message because it is also a relationship.

Collapsible Sections in Survey Editor

Previously, it was difficult to manage surveys with hundreds of questions, but now the survey editor supports collapsing and expanding sections to make editing easier.

Click arrow buttons to collapse/expand section

Mandatory Attachments and Notes on Survey Answers

Mandatory Attachments 

Attachments can now be made mandatory on survey answers. This is especially useful when questions require documentary evidence to support the answer.

Mandatory  Notes

It is now possible to require notes on survey answers, which can be used to require justification text for an answer.

Options to set mandatory on notes and attachments


Highlighting of Survey Questions

Questions that require an answer but have not been answered yet will be highlighted for the user. This makes it easy to save progress on a survey, gather the required information and then return later to answer the remaining questions. The highlighting takes into account mandatory attachments and notes, so if a mandatory attachment is missing then the question is considered unanswered for the purpose of highlighting.

Highlighted unanswered survey questions

Feature Enhancements

Calculation Editor

Writing and reading calculations are made easier with our improvement calculation editor enhancements. 

There are a lot of handy improvements to talk about here:

  • expand the calculation editor to your liking
  • allows the use of calculation snippets to save typing
  • shows red squiggly line where there is an error in the calculation
  • easier to read error message
  • now with warning and hint messages 
  • improvement auto complete when using fields
    • use ctrl + space to see the hints, then you arrow keys to find the field you are looking for, then hit enter
  • easier to read  function library in a separate toolbox window

Improved Calculation editor with function library and snippet toolboxes

Direct links to reports in builder

Link to picker reports in relationship properties

We have now provided you with quick easy way to directly go to a picker report within the relationship proprieties.  Clicking on the spanner will open the report in the builder in a new tab.

Quick link to open report in the builder

Link from chart builder to reports in builder 

The link in chart builder will now open the report in the builder for quick easy access.

Report link from chart builder to report builder

Forthcoming Feature

You may have noticed that we have added a new report in Administration > Metrics > Alerts. This report will be used for a future feature that we are planning on releasing soon.

Bug Fixes

  • Calculations: Date time calculation does not work in the report in certain scenarios
  • Calculations: Functions charindex() and replace() should not be case-sensitive
  • Calculations: The calculation 'case [Fruit] When 'Orange' then True else False end' throws error on report
  • Calculations: 'Where' clause is allowing various data types to be automatically converted to true/false
  • Charts:  Deleting an object does not delete the chart
  • Document Library: 'Report failed to run' error on clicking on the Image column in Icon library and Photos Library
  • Forms: Completed tasks show a blank screen when clicked through via URL in an email
  • Forms: Duplicate action buttons appear in certain scenarios
  • Forms: Limit for currency and decimal is much less than workflow/storage limit
  • Import Spreadsheet: Failing due to error message @valuelist
  • Rich Text: Few letters are hidden in the rich text field editor when in edit mode
  • RichText: Only hide the menu bar when there is a textual change, not a formatting change
  • RichText: Popup menu hides text when the control is the top control in a tab host container
  • Surveys: Input for multi select question changes after moving between pages and when Saving Progress
  • Themes: Not displaying correctly when item in folder is selected
  • Workflows: JSON error on User Input with one choice field
  • Workflows: Failing with internal error in certain scenario with error 'Unable to find the default exit point'
  • Workflows: Allows saving with two paths from same exit point, and then gives internal error
    • Note: If you have experienced this issue with a workflow, the workflow will continue to work as before, however when you open it in the builder you will see a validation error message that you will need to fix before saving.
      1. Simply open the offending workflow
      2. Save the workflow 
      3. You will then be presented with an validation error message like  Activity "XXX" has multiple transitions from the same exit point "YYY”
      4. Find the duplicate transition line between the 2 activities
      5. Delete one transition line
      6. Save the workflow
  • Workflows: Create Link has URL parameters that affect survey functionality
  • Workflows: Workflow and audit fires twice at the same time for one record
  • Workflows: Workflow with multiple Send Email activities sends email to incorrect recipients in some circumstances