Tuesday, October 24, 2017

flex Item Style in Oracle OAF

There are two types of flex item styles:
  1. Descriptive Flex Field
  2. Key Flex Field.
Descriptive Flex Fields provide customizable "expansion space" which can be used to track additional information, important and unique to a customer's business, which would not otherwise be captured by the form. For example, it can be a placeholder for additional information or a link to another web page.

Key Flex Flelds are "intelligent keys" made up of meaningful segments identifying such business entities as general ledger accounts, part numbers, etc.

The java bean associated with this Item Style are: OADescriptiveFlexBean & OAKeyFlexBean

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...