Benefits-Display Welcome message only for eligible for open enrollment with US people
Summary
Display Welcome message only for eligible for open enrollment with US peopleContent
Hi Team,
We have a requirement to display the Welcome Message only for the employee eligible for open enrollment with visibility only for US people.
We are trying with below EL expression, however, the message is displaying for all employees including new hire.
Code: #{securityContext.userInRole['XX_US_ORA_PER_EMPLOYEE_ABSTRACT']&& bindings.ShowOpenCounter.inputValue eq 'Open' ? 'Welcome Message' : bindings.ShowOpenCounter.inputValue}
Please let me know what EL expression can be used to provide these restrictions.
Regards,
Murali
Version
20C0