Release Notes 06/27/2025

Release Notes 06/27/2025

This release enhances formula fields to support date calculations and Borda-count reviews, adds robust PDF export capabilities, and introduces powerful new “Customize View” tracking for both submissions and speakers. It also fixes UI bugs in profile windows and QR-scanner navigation.


New Features

Enhanced Formula Fields:

Formula fields now support date‐range calculations and can be used within Borda-count review forms, enabling time-difference metrics and advanced scoring methods.
For example: Imagine you want to automatically score submissions based on how early they were submitted relative to a deadline. Earlier submissions receive a higher Borda weight.
  1. { "if": [ {
        "<": [ { "var": "submission_date" }, { "-": [ { "var": "now" }, 604800000 ] } ] 
      }, 5, { "if": [
                { 
                  "<": [ { "var": "submission_date" }, { "-": [ { "var": "now" }, 259200000 ] } ]
                }, 3, 1
              ]
          }
       ]
    }
What It Does:
  • Checks if the submission is older than 7 days (604800000 ms):

    • If true → assign score 5 (Borda weight)

    • If it’s between 3–7 days → assign 3

    • If less than 3 days → assign 1


Submission PDF Export:

End users can generate PDF printouts of their completed submissions.

These exports use the configured admin template to ensure consistent styling and branding.


Customize View - Cross-Call Submission Tracking:

Administrators can now add custom columns to the submissions table to track related submissions by the same author across different calls.

Each column displays shortlinks to the matched submissions, streamlining multi-program follow-up workflows. 
Info
Multiple tracking columns can be configured for different calls.


Customize View - Speaker Submission Tracking:

When setting up a speaker workflow, admins can link a call to an event and designate its form as the official speaker form. This allows the Event's Speakers module to display a new column  that reflects each speaker’s submission status. It becomes especially useful for processes like collecting signed contracts or disclosures.

Admins can quickly filter speakers based on whether they have completed the form and send targeted emails. On the call side, the same tools are available to track responses and manage follow-up like the option to build  custom reports using submission data. Additionally, both admins and submitters can now download a copy of the completed submission as a PDF using the Submission PDF Export option metioned above, which is helpful for sharing or archiving signed forms. To learn more about a Contract-Disclosures flow please visit this article: Setup Disclosure-Contracts for Speaker Agreements


Web Fixes and Improvements

Profile Window Dismissal Fix:

Resolved an issue where the profile details window could not be dismissed, restoring expected modal behavior.

QR Scanner Navigation Fix:
Fixed a bug affecting QR-scanner actions so that scanned codes now correctly navigate users to their intended destinations.


Mobile Fixes and Improvements

QR Scanner Fix on Mobile:
Mobile QR-scanner behavior has been corrected to match web functionality, seamlessly directing users to related content after scanning.


    • Related Articles

    • Release Notes 04/16/2027

      This release introduces enhancements to reporting accuracy in the commerce system and resolves a critical bug affecting submission edits after review completion. Web Fixes and Improvements Enhanced Commerce Reports: The Registration and Changed Since ...
    • Release Notes 11/1/2023

      Improved dialog information displayed when accepting/rejecting submissions on a call: Clicking “Accept” or “Reject” successfully performs the action for the submissions. Enhanced Reporting on Importing Speakers through Sessions: After importing ...
    • Release Notes 04/30/2025

      This release delivers important updates to attendee reporting, session management, and competition exports. It enhances staff usability on-site and streamlines exported data formats for easier analysis and use. Web Fixes and Improvements Updated ...
    • Release Notes 04/25/2027

      This release introduces further enhancements to Impexium registration synchronization and minor improvements to mobile session behavior, ensuring a smoother experience for both web and mobile users. Web Fixes and Improvements Sync Individual Remote ...
    • Release Notes 05/10/2025

      This release enhances CRM relationship management, session enrollment automation, and user notification processes during scanning. It also introduces sponsor image display improvements and fixes across web and mobile interfaces. Web Fixes and ...