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 can I modify this EL Expression to update text on Benefit Landing Page Icon
Summary:
Under Me > Benefits page, we are trying to change the text on this Icon to read 'Enroll/Update Benefits'.
I have been playing around in page composer trying to modify the current EL expression with no luck. I don't want to change the functionality of the Icon but just the text. Here is the current EL Expression:
#{pageFlowScope.configurationMap.newHireFlag eq 'N' ? HcmBenefitsTopGenBundle['Action.MakeChanges'] : HcmBenefitsTopGenBundle['Header.EnrollNow']}
Does anyone know how I can update this expression, so the icon reads Enroll/Update Benefits?
Version (include the version you are using, if applicable):
24c
Code Snippet (add any code snippets that support your topic, if applicable):
0