6.1.84.x Release Notes
Release Date |
|
---|
Features
7339 – Upgraded Client Libraries
Key client libraries have been upgraded to their latest versions. These upgrades have updated grids and fields within the eSURETY™ application.
9642 – Added Articles for Agent and Wholesaler Users
Articles have been enabled for agent and wholesaler users. These articles are detailed instructions on using eSURETY™ from an agent’s perspective. These are accessible from the top navigation menu.
9937 – Added the Branch Name to the Agency Dropdown for Submit an Account
The branch name has been added to the agency selection dropdown, ordering the list alphabetically by the branch name first and then the agency name.
10016 – Added Overlay Formula for If/Else JavaScript Logic
Logic has been added to allow for If/Else JavaScript statements in an overlay formula using the EVALFORMULA function. This will allow an overlay field to populate with certain data based on a calculation from other overlay fields.
The following example will determine IF the agency for the bond is a sub-agency, THEN print the sub-agency commission amount, IF NOT, print the (total) commission amount.
=EVALFORMULA(<%Agencies_AgencyType%> === "Sub-Agency" ? "<%BondDetails_SubAgencyCommissionAmount%>" : "<%BondDetails_CommissionAmount%>")
10037 – Enhanced Single-Sign-On Authentication Tokens to be Globally Unique Identifiers (GUIDs)
The SSO authentication tokens have been changed to be produced as GUIDs rather than numerical strings.
10039 – Added Setting for the Expiration of Authentication Tokens
As a security enhancement, authentication tokens are now set to expire by a determined number of hours if not used. Also once used, an authentication token is not reusable. This setting will be delivered with the value of 1 hour. The token expiration hours is determined at: All>Setup>Settings>Authentication>AuthTokenExpiresInHours.
NOTE: When updating settings, be sure to save and clear the application cache for changes to take effect.
Fixes
5567 – Fixed Overlays for Questions with the U.S. States Input Type
For questions set to the U.S. States input type, the Id number for the states was being printed on generated documents. This has been corrected to print the full name of the state selected.
7821 – Enabled Questions Assigned to the Reinstatement Lifecycle to be asked at the Reinstate Bond Action
Questions asked at the Reinstatement lifecycle were only being asked with the “Reinstate After Cancel” bond action. These questions have been modified to be asked on the “Reinstate” bond action. This bond action is available after the Initiate Cancellation and the Non-Renew bond actions.
9438 – Fixed Saving on the Assign Agencies to a Bond Page for Agency Records in Multiple Pages
For instances where there are numerous pages of agencies for a single state, changes made on one page of the Assign Agencies to a Bond page would drop the agency assignments on the other pages. This has been corrected to keep the assignments for all other pages while submitting the changes on a particular page.
9653 – Disallowed Agents to Modify Bond Numbers with the NPBR Bond Action
When performing the Non-Premium Bearing Rider (NPBR) action, agents were able to edit the bond number field. This has been corrected to not allow editing in the field, unless the agent’s user role is enabled to edit bond numbers.
10056 – Alphabetized the States for the Assign Bonds to Agency Page
The listing of bond configurations to be assigned to an agency was not sorting the states alphabetically. This has been corrected to order the state alphabetically.