Released on July 28th, 2025.
- Updating Tracked Fields on Import: We've resolved an issue where imported data wasn't immediately updating in the system's internal tracked fields, particularly when those fields were on a different tab. Now, all imported data instantly updates our internal tracked fields, ensuring that features relying on this pre-loaded data always have the most current information available in your browser.
- Configurable Historical Record Deletion: We've introduced a new common function, FCF.deleteHistoricalRecords(), which enables automated historical record deletion upon a defined trigger (like the signing of the latest record). This feature helps organizations meet compliance requirements by ensuring only the most current and relevant data is retained. To maintain tight control, this action only succeeds if the specific formId is explicitly included in the form root's "historicalRecordDeletionAllowed" attribute, ensuring historical data is deleted only where intentionally configured. This process is securely handled on the backend when the trigger occurs.