Changelog 3B Forms v4.13: Difference between revisions

From 3B Knowledge
Jump to navigation Jump to search
(Created page with "====== New Features ====== # PDF File Generation on Save #* Description: Introduced a feature enabling form users to save form submissions as PDF documents. This can be enabled by checking the "Save as PDF" option under Form Settings in the builder application. Upon enabling, every successful form response will include a file attachment named <code>surveyResult_{name of the form}.pdf</code>. #* Impact: Provides users with the ability to generate PDF versions of form res...")
 
No edit summary
 
Line 10: Line 10:
#* Description: Fixed an issue that prevented custom SOQL filters from decoding properly when loaded, which previously resulted in them appearing as encoded gibberish.
#* Description: Fixed an issue that prevented custom SOQL filters from decoding properly when loaded, which previously resulted in them appearing as encoded gibberish.
#* Impact: Ensures that SOQL filters are correctly decoded and displayed, improving user experience and system reliability.
#* Impact: Ensures that SOQL filters are correctly decoded and displayed, improving user experience and system reliability.
# Form Complete Functionality Fix
# Form Complete Functionality Fix
#* Description: Resolved a problem where the Form Complete functionality did not operate correctly due to the absence of <code>btoa</code> encoding for saving files related to form data and response data. Additionally, the error message displayed on screen has been updated.
#* Description: Resolved a problem where the Form Complete functionality did not operate correctly due to the absence of <code>btoa</code> encoding for saving files related to form data and response data. Additionally, the error message displayed on screen has been updated.

Latest revision as of 01:53, 2 April 2024

New Features
  1. PDF File Generation on Save
    • Description: Introduced a feature enabling form users to save form submissions as PDF documents. This can be enabled by checking the "Save as PDF" option under Form Settings in the builder application. Upon enabling, every successful form response will include a file attachment named surveyResult_{name of the form}.pdf.
    • Impact: Provides users with the ability to generate PDF versions of form responses, enhancing data documentation and archiving capabilities.
Bug Fixes
  1. SOQL Filters Loading Issue
    • Description: Fixed an issue that prevented custom SOQL filters from decoding properly when loaded, which previously resulted in them appearing as encoded gibberish.
    • Impact: Ensures that SOQL filters are correctly decoded and displayed, improving user experience and system reliability.
  2. Form Complete Functionality Fix
    • Description: Resolved a problem where the Form Complete functionality did not operate correctly due to the absence of btoa encoding for saving files related to form data and response data. Additionally, the error message displayed on screen has been updated.
    • Impact: Enhances the reliability and usability of the Form Complete functionality, ensuring accurate data handling and clearer user communication.
Additional Information
  • The PDF file generation feature introduces a convenient way to archive form submissions but currently has a known bug where attachments on the form appear "broken" in the generated PDF. This is under investigation, and a fix is anticipated in future updates.
Important Notes
  • Users are encouraged to explore the new PDF generation feature for form submissions, keeping in mind the current limitation regarding form attachments in the generated PDF.
  • Fixes implemented for SOQL filter decoding and Form Complete functionality are aimed at improving the overall user experience and system performance.

Upgrade Links