on 2023 Aug 17 3:43 PM
We've recently upgraded to the Latest Goal Management in a Preview Environment. It appears that a manager cannot add a goal for an employee, but the manager can Edit the Goal Name field. It does not appear any other fields can be edited. We'd prefer managers not have the ability to edit an employee's goals. Is there a way in Permissions to prevent the Edit functionality for managers?
Request clarification before answering.
Please check if below permission is given in XML ,this is used to create the goal
<permission for="create">
<description><![CDATA[Write description here]]></description>
<role-name><![CDATA[EM]]></role-name>
</permission>
For your next question Manager should not be able to edit fields please ensure below permission is not given to Manager
<field-permission type="write">
<description><![CDATA[Write permission to fields ]]></description>
<role-name><![CDATA[EM]]></role-name> : you should remove this
<field refid="name"/>
<field refid="metric"/>
</field-permission>
Please mark this as answer if this helps
Mridul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.