Release Notes for Oracle Health Insurance Product Definition Patch 4.25.1.0.3
This document contains the release notes for Oracle Health Insurance Product Definition Patch 4.25.1.0.3.
| Version compatibility: Oracle Health Insurance Product Definition Release 4.25.1.x is only compatible with other Oracle Health Insurance applications release version 4.25.1.x unless explicitly stated otherwise. |
| In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Enhancements
| ID | Summary | Patch |
|---|---|---|
NXT-32524 |
Table component improvements - Usability with editable row Introduced check (Apply) icon as a table row-level action in edit mode. Clicking the check icon returns the row from edit mode to view mode. Actions in other rows will be disabled until the user clicks on the check icon of the current row being edited. Editable row remains in edit mode and persists the data when the user clicks outside the table or switches to another browser tab. |
|
NXT-32617 |
UI: Ability to exclude trailing wildcard with like search This enhancement allows excluding the automatic inclusion of the trailing wildcard for like search in quick search, advanced search, and lookups by setting the application property The system also auto-truncates the leading and trailing white space for searches. Documentation Links: |
|
NXT-32621 |
UI: Additional Features Quick Search With this enhancement, the quick search component is extended, and it will be possible:
Documentation Links: |
|
NXT-32629 |
UI: Expandable "more" section in tables With this enhancement, the overflow region for the table ("More" link) is now expandable to a two-column layout, allowing more information to be viewed at once. Documentation Links: |
|
NXT-33070 |
Improved Multi-Select Behavior for Row Selection in Tables The record-selection behaviour has now been updated to follow an additive selection model, ensuring that selecting a record no longer clears existing selections. All previously selected records will remain selected and will not be unintentionally deselected. Prior to this implementation, when users selected multiple records using checkboxes, clicking anywhere on a row (outside the checkbox) would deselect all selected records except the one that was clicked. |
|
PRD-4973 |
Product properties tab is set as default landing page This enhancement will default the product properties tab as the landing page. Documentation Links: |
Upgrade Steps for Installation
To perform the upgrade, perform the following steps:
-
Perform any pre-upgrade steps.
-
Stop all the managed nodes running the existing version of the application.
-
Perform any pre-undeploy steps.
-
Undeploy the existing version of the application.
-
Back up the database.
-
Perform any post-undeploy steps.
-
Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.
-
Change Installation Configuration: In
<OHI_ROOT>/util/install, make a copy ofohi_install.cfg.templateand name itohi_install.cfg. -
Edit
ohi_install.cfgto contain your specific database connection data and other configuration settings. The settings are explained in the file itself. -
Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)
-
Run the Upgrade script:
-
Open a command window and browse to
<OHI_ROOT>/util/install. -
Run the upgrade by executing
./ohi-update.sh .
-
-
Make the required changes to the ohi properties file
-
Perform any post-upgrade steps
-
Start WebLogic application server
-
Deploy the Application
-
Perform any post-deploy steps
UI Changes
| Ref | Action | Description |
|---|---|---|
PRD-4973 |
Modified |
Products Page (PR0014) Product properties tab is moved to default landing page. An error icon is displayed as an indicator on product properties tab when technical error occurs during validate or build |
NXT-32629 |
Modified |
Products Page (PR0014) and Product Service Definitions (PR0049) Expand/ collapse added for Service Options/Services Filter. |
NXT-33070 |
Modified |
Checkbox behaviour is modified in these pages/dialogs
|
Access Restrictions
| Ref | Action | Description |
|---|---|---|
PRD-5125 |
Modified |
CO0019 keyboardshortcuts API and floorplans.enhance IP added to CO0019 function code |
Bug Fixes
| BugDB | SR | Internal | Summary |
|---|---|---|---|
38461216 |
PRD-5125 |
keyboardshortcuts API should be part of CO0019 function code |
|
Description: |
keyboardshortcuts API and floorplans.enhance IP should be added to CO0019 function code |
||
Resolution: |
keyboardshortcuts API and floorplans.enhance IP added to CO0019 function code and also removed duplicate access from setup access role |
||
38439952 |
PRD-5116 |
Table height is not getting auto adjusted when a new row is added/copied |
|
Description: |
The table height doesn’t auto-adjust for rows containing combo box fields. Additionally, when rows are added or copied, the row height isn’t recalculated, causing values in combo box cells to appear clipped or partially hidden |
||
Resolution: |
Fix added to adjust the table height when adding or copying rows, including those containing combo boxes. |
||