Tuesday, October 24, 2017

messageLovInput Item Style in Oracle OAF

  • The messageLovInput item style is a combination of the lovInput and inlineMessage controls. messageLovInput can have two or more lovMaps created under it, and each of those lovMaps can have the Criteria Item property set.
  • However if you set the Criteria Item property on more than one lovMap, at runtime when the user invokes an LOV, selects a value from the LOV, and then re-invokes it, both the entered criteria are used.                                                                                                                                     
  • In this case, deleting the value from the search item will not enable the user to query all records from the LOV table's view objects.
       The java bean associated with this Item Style is: OAMessageLovInputBean

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 ,...