My Oracle Support Banner

Floorplan Does Not Support Filters On Field With Source As Flex Code (Doc ID 2885499.1)

Last updated on JULY 26, 2022

Applies to:

Oracle Insurance Claims Administration Cloud Service - Version NA and later
Information in this document applies to any platform.

Goal

DESCRIPTION OF ISSUE
=====================
DESCRIPTION: Floorplan does not support Filters on Field with Source as Flex Code.

For creating a validation on claim source flex code we are defining a filter like below
  {
  "name": "claimSource",
  "sequence": 3,
  "refType": {
  "type": "flexcodes",
  "filter": "flexCodeSystem.code.eq('HICAPS').or.flexCodeSystem.code.eq('HEALTHPOINT').or.flexCodeSystem.code.eq('MEMBER_PORTAL')"
  },
  "default": {
  "properties": [
  {
  "name": "keyValue",
  "value": "HICAPS"
  }
  ]
  }
  },

This does not fetch appropriate values on the JET UI because the query auto generated which needs correction

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.