How to make the Evaluate button in the Performance Goals page visible only in Managers page?
Hello Experts,
We seek your expertise on how to configure the visibility of the "Evaluate" button on the Performance Goals page to be exclusively viewable on the Manager's page. We originally intended for this button to be visible only to managers and not to workers. However, it has become visible to both workers and managers.
We've been using Page Composer to achieve this, but it seems that it's not functioning as intended. Here's a snippet of the Page Composer details for your reference:
Visibility Setting:
- Visible: Checked
- Show Component: #{pageFlowScope.params['pFlowContext'] eq 'PD_SYNC' and pageFlowScope.params['pShowEvaluate'] eq 'Y'}
0