Tuesday, October 24, 2017

formValue Item Style in Oracle OAF

  • The formValue item style adds a value that will be submitted with a form, but not displayed to the user. 
  • The value submitted with the form comes from the associated formValue element attributes "viewName" and "viewAttr". 
  • The inherited UIX attribute, "value", is used only if there are no associated viewName/viewAttr attributes.
      The java bean associated with this Item Style is: OAFormValueBean

1 comment:

  1. Thanks for sharing this great information I am impressed by the information that you have on this blog. Same as your blog i found another one Oracle Fusion HCM . Actually, I was looking for the same information on internet for
    Oracle Fusion HCM Interview Questions and Answers and came across your blog. I am impressed by the information that you have on this blog. It shows how well you understand this subject.

    ReplyDelete

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