Unable to restrict Managers from adding / updating goals
Summary:
Content (required):
Hi Experts,
We have a requirement to restrict Managers from adding / updating goals. But we do not have any option to achieve this through configuration.
Hence I'm trying to hide the Edit and Add buttons through personalization using the below EL as given by the DOC ID 2671771.1.
#{pageFlowScope.pParamMap['pLoggedInPersonId'] == pageFlowScope.pParamMap['pWorkerPersonId']?true:false}
But still the Edit and Add buttons are visible for Line Managers.
How can I achieve this?
Thanks,
Pooja
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0