Wrong EL Expression for RUI Performance Document Structure
Summary:
The below EL Expression is behind the "My Client Groups > Performance Evaluations > Performance Documents" structure, which includes Redwood profile option wrongly. It seemed to be broken in one of the 25D environments due to such EL expression, even though it is working fine for other 25D environments. However, it seems this EL expression should be fixed by Oracle.
Content (please ensure you mask any confidential information):
Expression:
#{(Profile.values.HCM_RESPONSIVE_PAGES_ENABLED eq 'Y' and Profile.values.HRA_PERFORMANCE_RESPONSIVE_ENABLED eq 'Y'and Profile.values.HRA_PERFORMANCE_DOCUMENT_RESPONSIVE_ENABLED eq 'Y' and Profile.values.HRA_PERFORMANCE_ADMIN_RESPONSIVE_ENABLED eq 'Y'and Profile.values.ORA_HRA_PERFORMANCE_ADMIN_REDWOOD_ENABLED eq 'Y' and Profile.values.ORA_HCM_VBCS_PWA_ENABLED eq 'Y')}