Help with EL
Summary:
Content (required):
Hello everyone,
I am currently trying to understand how to make a section under Performance visible when specific criteria are met. For example, currently in the Performance page for the employees is like that
If we click View next to the Competencies, we will be redirect to the page where we have the Performance Evaluation of the Employee by the Manager
In the above screenshot, we section in the yellow box was customized with page composer and it currently has the following EL expression language:
#{(bindings.SectionTypeCode.inputValue eq 'REG')&&(pageFlowScope.pCustomaryName == 'Overall Performance Evaluation 2021 - Manager')&&(pageFlowScope.pSectionTypeCode == 'REG')}