To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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