18
0 Table of Contents Version 2.4.81 Bridge User Guide 2.4.81 Release Notes Bridge 2.4.81 Release Notes Version 2.4.81

Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

0Table of Contents

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Bridge

2.4.81 Release Notes

Version 2.4.81

Page 2: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

iTable of Contents

Table of Contents

TABLE OF CONTENTS.........................................................................................I

PURPOSE OF THIS DOCUMENT........................................................................1

2.4.81 CORE ENHANCEMENTS..........................................................................2

Functions for Entering Data Into Grids (Grid Mapping).........................................2

Effective Date and Language Control for Domain / Rate Tables...........................2

Custom Labels for Premium Types..........................................................................3

Mapping Workflow Fields to Billing Integration Data.............................................3

Enhancements to Policy Numbering Settings........................................................4

Enhancements to the Event Tracking Report.........................................................5

New Application Logs Viewer...................................................................................5

Billing Audit Trail.......................................................................................................6

Adding Custom Workflow Events to Adjuster Auto-Assignment Rules..............6

Scheduled E-mails to Summarize Claim Payments - Part 1..................................7

2.4.81 MINOR ENHANCEMENTS AND FUNCTIONALITY FIXES......................8

Enhancements............................................................................................................8

Fixes............................................................................................................................8

INDEX..................................................................................................................11

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 3: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

1Index

Purpose of This Document

The release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 4: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

2Index

2.4.81 Core Enhancements

Functions for Entering Data Into Grids (Grid Mapping)

While there are multiple ways to enter data into a grid, they generally require user input. Calculated fields can now be used to enter data into grids, either as static values or copied from other fields or grids within the workflow. The functions can add rows, edit or replace existing rows, or clear the grid and start fresh.

The two new functions are SaveToGrid() and NewGrid(), and use the same parameters. The difference is that SaveToGrid() adds new rows after any existing rows, while NewGrid() deletes any existing rows and adds new rows to the empty grid.

The functions take parameters to define the target grid, target fields, and a source field for each target field, as well as optional parameters to update a specific row in a grid.

For details on using the grid mapping functions, see the section on Functions to Enter Data Into Grids (Grid Mapping) in the User Guide – Calculated Fields document.

Effective Date and Language Control for Domain / Rate Tables

In order to provide greater control over advanced lookups for combo box fields, multiple Domain / Rate Tables can now be provided in parallel with settings for Effective Date and Culture.

The Layer and Layer Versions sections have been removed from the Product Model. The effective date field from layer versions has been moved to the domain rate table management page. When upgrading to

this version, all of your domain / rate tables will have the effective date of the associated layer version.

One field has been added to the General Information Panel on the Domain Rate Table Management page in addition to the effective date field.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 5: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

3Index

A Culture can be specified to associate the Domain / Rate Table to a specific language, including region, which will affect the available options in the lookup.

The Effective Date controls when a particular Domain / Rate Table is in effect. When using an advanced lookup, only Domain / Rate Tables that are in effect will be applicable.

Both options can be used together and will both be evaluated to determine the correct Domain / Rate Table to be used. If no Domain / Rate Table matches, there will be no results.

When using multiple domain / rate tables with Culture settings, the Key Column selected in the Data Source Configuration must contain unique values and must be identical across all related domain / rate tables.

A new key has been added to the language file downloaded from the Custom Labels page, Label_ DataSourceDisplayColumn_DataSourceConfigurationCode_ColumnCode. All display column headers within a combo box drop-down can be customized.

- For details on configuring Domain / Rate Tables, see the section on Domain / Rate Tables in the User Guide – Product Design document.

Custom Labels for Premium Types

Custom labels and languages are now supported for premium types. The following changes have been made to support this feature.

Some older premium types may not have a Code. As part of this release, those premium types will be updated with a unique code.

A new key has been added to the language file downloaded from the Custom Labels page, Label_PremiumType_PremiumTypeCode. All premium types are included in the file, and can be customized.

For details on managing language configurations, see the section on Custom Labels in the User Guide – Reference and Administration document.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 6: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

4Index

Mapping Workflow Fields to Billing Integration Data

As part of the Automatic Cancellation Initiation feature, introduced in version 2.4.78, three system fields from the Billing module were made available to triggers in the Policy module.

These integration fields can now be mapped to workflow fields (dynamic fields), creating a read-only link that makes this system data available in the workflow. These dynamic fields can then be used in generated documents, e-mails, and calculated fields.

Note that the (BILLING) Term Total Payment Amount field previously introduced for triggers has been renamed to (BILLING) Term Total Collected Amount.

To map the fields, enter the associated code of the integration field into the External Code field in the Field Management page.

For details on managing dynamic fields, see the section on Managing Fields in the User Guide – Product Design document.

For a list of available integration fields, see the section on Billing Integration Fields in the User Guide – Calculated Fields document.

Enhancements to Policy Numbering Settings

In order to provide greater flexibility when taking policy numbers from dynamic fields, some enhancements and modifications have been made to the Master Cover - Policy Numbering page.

The Manual option for the Source field has been renamed to From a Field. This is more consistent with the other settings on the page.

When From a Field is selected, the Sequence panel and Next Sequence Number field are now displayed. The remaining fields in the Sequence panel remain hidden, as they do not apply to this Source type.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 7: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

5Index

When From a Field is selected, the Next Sequence Number value is now incremented for each new policy that is bound. This number is maintained between both Source types, and can still be changed manually.Unlike Automatic configurations, From a Field configurations cannot be set to increment this number on renewals. This must be handled in the dynamic field.

A new function has been added. The NextPolicySequenceNumber() function returns the next number as it appears in the Policy Numbering page. This can be used in calculated fields to define the policy number through means such as calculations or table lookups.

The existing functionality for Automatic configurations has not changed.

For details on configuring policy numbering, see the section on Policy Numbering in the User Guide – Master Covers document.

Enhancements to the Event Tracking Report

When the Event Tracking report was introduced in version 2.4.78, the calculations payload was available as an XML file. This XML file has been replaced with a branching interface similar to the Calculation Trace View panel recently introduced in the Quote Report page.

On clicking the Payload link in the Event Tracking page, the Calculation Trace View window opens in a new tab or window, depending on your browser settings. This window provides a branching list of fields, calculations, functions, and triggers used in evaluating that specific operation during the event. Each entry includes an icon to identify the type of calculation component, and hovering the mouse pointer over an entry displays additional information in a tooltip.

Note that the branching view is only available for events that have occurred since this version was deployed. Payloads for older events will still display as XML files.

When accessing the Event Tracking report from with a transaction, only events related to that transaction are included. A full version of the report can now be accessed from the Reference menu, using the Event Tracking option. This version of the report includes all events, across all transactions.

For details, see the Event Tracking Report section in the User Guide – Workflow document.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 8: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

6Index

New Application Logs Viewer

While working within the system, a variety of errors and other notification messages may occur, and are logged in the system. These can result from internal issues, problems with communications, configuration errors, or other causes.

The new Application Logs Viewer provides a structured view of these logs, with details on errors and messages recorded by the system. This can be used to troubleshoot problems, particularly when descriptive errors have been suppressed by the system configuration.

The Application Logs option is available under the Reference menu.

Access to this feature is controlled by the ViewEventHistory security right.

For details, see the Application Logs Viewer section in the User Guide – Reference and Administration document.

Billing Audit Trail

An audit trail feature is now available for the Billing system. This tracks changes to a range of data and settings, and makes the details available in a report.

The Audit Trail option has been added to the Billing menu. This opens the Audit Trail page with a list of tracked resources. Clicking on a resource opens the Audit Trail Details window which lists the changes to that resource, with new and old values, the user who made the changes, and the date and time of the change.

Note: Not all features and data are being tracked at this time. Additional sections are expected to be added in future releases. Also, changes will only be tracked once this feature is available, so older changes will not be available.

Access to this feature is controlled by the new ViewBillingAuditTrail security right, which has not be added to any security roles.

For details, see the Reviewing Billing Changes in the Audit Trail section in the User Guide – Billing document.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 9: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

7Index

Adding Custom Workflow Events to Adjuster Auto-Assignment Rules

The Adjuster Auto-Assignment rules have been enhanced to support custom Workflow Events. One or more events can be selected in the Adjuster Auto-Assignment Management window, and the rule will only be applicable when at least one of those events occur when processing a claim.

This serves as an additional condition, so the rule must still be active and the trigger must still evaluate as true for the rule to apply.

If no events are selected, the rule will be evaluated during the default events, such as submitting a claim or using the Assign Adjuster button.

For information on managing auto-assignment rules, see the Adjuster Auto-Assignment section in the User Guide – Claims document.

Scheduled E-mails to Summarize Claim Payments - Part 1

In preparation for a new feature to send out scheduled e-mails with summaries of claim payments, some new options have been added to the system.

The E-mail Configurations section has a new option, the Scheduled E-mail checkbox. This option makes the configuration available for selection in the scheduling section. Note that Scheduled E-mail configurations cannot also be set to Manual E-mail or Automatic E-mail. In addition, a Claim Payment Payee option has been added to the Recipient Parties field.

A new page has been added to the General Settings section, Scheduled E-mails. This new page includes settings to enable the e-mails, schedule the time of day, select an e-mail configuration, and define which payment types and categories should produce e-mails.

These new options can be configured, but no e-mails will be sent. The full functionality will be enabled in a future release, and a Part 2 will be included in the release notes.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 10: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

8Index

For information on managing e-mail configurations, see the Configuring Claims E-mails section in the User Guide – Claims document.

For information on managing general settings for e-mail scheduling, see the General Settings – Scheduled E-mails section in the User Guide – Claims document.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 11: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

9Index

2.4.81 Minor Enhancements and Functionality Fixes

Enhancements

As an additional enhancement to the Quote Versions feature released in version 2.4.80, the version name and version number are now available for generated documents, emails and calculated fields.

For generated documents, the Submission Version Name and Submission Version Number placeholders have been added to the Policy Information group in the Oceanwide Word Ribbon.

For e-mails and calculated fields, the [[SubmissionVersionName]] and [[SubmissionVersionNumber]] placeholders can be used.

In order to avoid repetitively re-publishing workflows during the design process, the Trigger Management page now allows the selection of fields that have not yet been published. For triggers assigned to a workflow, all fields connected to the workflow are available. For universal triggers, all fields in the system are available. Both options include inactive fields as well.

A new Workflow Event is now available for use in E-mail Configurations within the master cover. The Initiate Cancellation event occurs whenever a Cancellation transaction is created, either manually or through an automatic cancellation configuration.

Fixes

A system error would occur when accessing a claims workflow that did not include any trigger configurations. The system would try to evaluate triggers, and would cause a system error if it did not find at least one. This has been corrected, and can now handle the absence of triggers.

When the Effective Date or Valid Until date fields are set to take a value from a field on creating a new transaction, if the field is empty the system uses the current date instead. There was no validation to verify if these dates are within the effective period of the term. This has been corrected to adjust the dates as follows:

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 12: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

10Index

For the Effective Date, if the current date is before the Effective Date or the term, it is adjusted to match the term effective date. If the current date is after the Valid Until date or the term, it is adjusted to match the term valid until date.

For the Valid Until date, if the current date is before the Effective Date of the term, it is adjusted to match the term valid until date.

When copying a field that was brought into the system by a workflow import, mismatches in the internal ID codes would cause system errors. When upgrading to this version, the system will correct any existing mismatches. In addition, the Copy feature has been modified to automatically correct any future mismatches.

Deleted user accounts were still appearing in the Users list within company detail pages. This was corrected by direct changes to the system data. Please contact your Oceanwide Representative to report any instances of this error.

When creating a view grid for a grid that was brought into the system by a workflow import, mismatches in the internal ID codes would cause system errors. When upgrading to this version, the system will correct any existing mismatches. In addition, the feature to create a view grid has been modified to automatically correct any future mismatches.

When editing a row through a view grid, the entire row would be overwritten in the master grid. This would result in deleting data from fields that were not displayed in the view grid. This has been corrected to merge the edits from the view grid into the master grid without affecting other fields in the row.

When trying to view Limits or Deductibles in a master cover when a quote option has not yet been selected, it would cause a system error. This was caused by the system not identifying the master cover properly without a selected quote option. This has been corrected to properly identify the master cover.

Corrected issue where the Static Text field in the Prefix panel of the Master Cover - Policy Numbering page was a required field. This is no longer required.

When publishing a workflow that contains an inactive panel, it causes a system error. This has been corrected by including the inactive panel, although it will not be shown in the workflow.

Corrected system error that would occur when issuing a quote on a quote version. This was caused by code that tried to reference a missing property. This has been corrected to refer to the proper information.

Corrected system error that occurred when importing a workflow. An internal setting for whether the workflow was set to Tabs or Steps was not saved properly.

Corrected issue where changing the insurer on a transaction would not update all references to the insurer. Conditions referring to the insurer could produce incorrect results. The insurer information is now updated correctly.

Corrected issue where changing the cancellation date of a quoted cancellation transaction would not save properly, preventing recalculation of the refund. This was caused by code that reverted to the previous value. The date can now be changed and saved properly.

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 13: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

11Index

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 14: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

12Index

Index

22.4.81 Core Enhancements 22.4.81 Minor Enhancements and Functionality Fixes 8AAdding Custom Workflow Events to Adjuster Auto-Assignment Rules 6BBilling Audit Trail 6CCustom Labels for Premium Types 3EEffective Date and Language Control for Domain / Rate Tables 2Enhancements 8Enhancements to Policy Numbering Settings 4Enhancements to the Event Tracking Report 5FFixes 8Functions for Entering Data Into Grids (Grid Mapping) 2MMapping Workflow Fields to Billing Integration Data 4NNew Application Logs Viewer 5PPurpose of This Document 1SScheduled E-mails to Summarize Claim Payments - Part 1 7

Version 2.4.81 Bridge User Guide 2.4.81 Release Notes

Page 15: Bridge 2.4.81 Release Notes  · Web viewThe release notes detail new features, enhancements, and fixes to be found in each release of the Bridge platform. ... Product Model

Copyright Notice

Copyright © 1998 - 2016 Oceanwide Canada Inc. All Rights Reserved.

All material in this document and on this website are protected by copyright and intellectual property laws and are the property of Oceanwide Canada Inc.

No part of this document may be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording or otherwise, without prior written permission from the owner Oceanwide Canada Inc. Printed and published in Montreal, Quebec CANADA.

Trademarks

All trademarks, registered trademarks and service marks in this document are exclusive to Oceanwide Canada Inc.

Disclaimer

The publisher Oceanwide Canada Inc. and authors specifically disclaim any responsibility for any liability, loss, or risk; whether corporate, personal or otherwise in whole or in part of which; is incurred as a consequence directly or indirectly of the application use; or reliance on or any of the contents of this document (documentation).