Get Started with Redwood for Oracle Cloud HCM Begin Now
Need to Hide field based on Benefits plan name in Me>Benefits>Your Enrollment>Select a Benefit page
Summary: Need an EL expression to Hide field based on Benefits plan name in Me>Benefits>Your Enrollment>Select a Benefit>Your Total Cost Each Pay Period.
Tried below ELs, but didn't work
#{bindings.PlanName.inputValue != 'Long Service Award'}
#{pageFlowScope.pgmName != 'Long Service Award'}
#{compObj.Planname != 'Long Service Award'}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0