Hide Add Button in Goal Plan for employees only
Summary:
the business requirement is to hide the add button in the goal management for employees only
we have three types of users
- employees
- Managers
- CEO
it is required to show the CEO the add button for himself and direct reports
and to show it to the managers for his direct reports only
and as an employee they cannot add goals for themselves
page composer in sand box is used to make the first requirement for the CEO by adding the below expression
#{securityContext.userInRole['ASA_PER_EMPLOYEE_ABSTRACT_CEO']}
where the ASA_PER_EMPLOYEE_ABSTRACT_CEO is given only for the CEO
Tagged:
0