View Only Access for Line HR for Performance Objectives
Content
In our current configuration, we were able to create the view only access for performance objectives for HR by using EL expressions on the goal management pages. We used the following code on the Read only component to lock down the values:
#{pageFlowScope.pParentFlow =='ADMIN_WORKER_GOAL' and securityContext.userInRole['CMI_PER_HUMAN_RESOURCE_ANALYST_JOB_V2']}
This was working well for us, but in the process of switching to the new responsive UI we discovered that the pageFlowScope parameter seems to no longer be valid. So far, I have not been able to find any other parameter on the page to identify if the employee is viewing a record on the directory as themselves, a manager, or as HR. Has anyone else had any luck doing anything similar on the new directory/goal pages. Thanks,