For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to hide total cost section on My Benefits page for FR country
Summary:
We want to hide the total cost section which appears in “My Benefits” for employee self service for a specific country (France). (See screenshots in the word file attached).
For personalization through a page composer, below is how we are proceeding:
Navigation : Benefits Administration > Enrollment > Search for a person > Select unrestricted relationship from the “Benefits Relationship” dropdown > Click on “Enroll” > Select a Benefit > Click on “Accept” under “Authorization” > Enter Page Composer
For panelGroupLayout: vertical, go to Component properties:
Give the EL as below for “Visible”:
#{(sessionScope.BEN_LegislationCode == 'FR' || sessionScope.BEN_LegislationCode == 'IE')? false : true}
It works for IE employee self service but is not working for FR.