ANN: Yozons eSignForms 26.5.2 release

13 views
Skip to first unread message

Yozons eSignForms

unread,
May 1, 2026, 8:18:20 AM (23 hours ago) May 1
to Yozons eSignForms - Web-based e-contracting and document workflow
Version 26.5.2 - 2 May 2026
  • Added ${transaction:start_like_button} field that can be used in package+disclosure documents to start a new transaction just like the current one (similar to the report's transaction details 'start tran like' button). This likely only makes sense for the first party in a package that has just completed their step, such as to submit multiple applications for different purposes, though it's not constrained to that use. The label is specified in a Button Message Set.

    Most likely you will want to have JSP code similar to below in your package+disclosure document (via SOURCE mode) to protect when the button is shown, of course using the actual first package party name in your setup so it's only shown if the transaction was not deleted, the party is completed and it's the first package party:
    <% if ( ! esf.isTransactionDeleted() && esf.isPartyCompleted() && esf.isPackageParty("Applicant") ) { %>
     ${transaction:start_like_button}
    <% } %>
  • Sanitize download file names for the inline/attachment Content-Disposition header to avoid HTTP2 header character restrictions.
  • Upgraded to Google SSO com.google.api-client 2.9.0.
  • Upgraded to Tomcat 10.1.54.
  • Upgraded to libphonenumber 9.0.28.
  • OPERATIONS VERSION UPGRADE NOTICE:
    • Database updates required (pre.sql/update.sql/post.sql): NO
    • rundbsetup/DbSetup DB conversion required: YES
    • web.xml changes required: NO
Reply all
Reply to author
Forward
0 new messages