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 list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...