You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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