Blog from November, 2023

Upgrade to 13.11.4 Complete
VersionUpgrade Date
13.11.4

New Features

  • Date Field Functions

    • New functions allow you to extract the only the year, month, or day from a date field.
      • year() - Returns the year component of a date field - e.g., year([dob]).
      • month() - Returns the month component of a date field - e.g., month([visit_datetime]).
      • day() - Returns the day component of a date field - e.g., day([visit_date]).
  • Date Field Piping Parameters

    • New functions allow you to extract only the year, month, or day from a date field to be piped elsewhere.
      • :year - Returns the year component of a date field - e.g., [dob:year].
      • :month - Returns the month component of a date field - e.g., [visit_datetime:month].
      • :day - Returns the day component of a date field - e.g., [visit_date:day].

Changes & Improvements

  • Survey Queue

    • Survey Queue settings can now be imported and exported via CSV file in the Online Designer.
    • Useful for editing Survey Queue settings in projects with many events or forms or backing up settings.
  • Form Display Logic

    • Form Display Logic settings can now be imported and exported via CSV file in the Online Designer.
    • Useful for editing Form Display Logic settings in projects with many events or forms or backing up settings.
  • New Rich Text Editor

    • The rich text editor has been updated to TinyMCE v6.
  • Help & FAQ

    • The FAQ page has been updated with new content.
  • Erase All Data

    • When using the "Erase all data" feature on the Other Functionality page, the popup box now lists the total number of records to be deleted.