Technology Stack - EBS (MOSC)

MOSC Banner

Form Personalization: How to set an item property dynamically

edited Aug 20, 2021 11:11AM in Technology Stack - EBS (MOSC) Question

Is it possible to set the item property based on some condition?

For Example:

If PO header amount is less than $100, then that field should be displayed in Green, or else in Amber.

  • This needs to be done through a single personalization only. (I know it could be achieved by multiple personalizations for each of the conditions)
  • Looking for some options where we can check the conditions and set the property, may be by using a Builtin (Execute a procedure) or anything else.
  • Something like this in "Form Personalization"-
IF (condition1) then 
   set_item_attribute.... 
ELSIF (condition2) then 
   set_item_attribute.... 
ELSE 
   set_item_attribute.... 
END IF

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center