My Oracle Support Banner

OHI Floorplan Not Displaying Default Value For A Flexcode (Doc ID 2854352.1)

Last updated on MARCH 09, 2022

Applies to:

Oracle Health Insurance Enterprise Policy Administration - Version 3.21.3.0.0 and later
Information in this document applies to any platform.

Goal

 GENERAL INFORMATION
===============

OHI Product: Oracle Health Insurance Enterprise Policy Administration
OHI Version: 3.21.3.0.6
Screen/Interface where problem occurs: Floorplan

DESCRIPTION
=========
OHI floorplan not displaying default value for a flexcode. Customer has a requirement to default the value for flexcode field in OHI policies UI. The flexcode has code (NATL) and description. It has below values. This is attached to group client

NATL description
Y National
N Non National

when we created a custom floor plan for group client we used below JSON structure and saved it but we cant see the value defaulting to Y in the group client screen

{
  "name": "NATL",
  "sequence": 6,
  "refType": {
  "type": "flexcodes"
  },
  "default": {
  "properties": [
  {
  "name": "code",
  "value": "Y"
  }
  ]
  }
}

Create flexcode code with code and description
- code is NATL which holds two values Y/N with description National/Non National
- attach this to group client level in OHI
- create a floor plan to show the dafault value to Y always on group client screen using JSON mentioned in problem summary
- OHI is not showing the default value to Y

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.