Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to make the box/component is visible only when a specific goal is selected using Page Composer?
Hello Experts,
We've created a banner on the employee's Goal Plan page, as illustrated below. The requirement specifies that this banner should only be visible when a specific goal is selected. Otherwise, it will not be displayed on the page.
Below is a screenshot of the component and the EL expression used. However, it appears that it's being applied to all selected Goal plans. Despite trying various EL expressions, the component is still not functioning as expected.
- #{bindings.SelectedGoal.attributeValue != 'Leadership Development Action Plan' ? false : true}
- #{bindings.SelectedGoal.attributeValue == 'Leadership Development Action Plan'}
What would be the correct EL expression to use in order to hide this component from the other goal plan?
Tagged:
0