Symptom
- The Employee has the ability to change the category field of an assigned Team Goal.
- The Customer wants to disable this permission for the Employee and only wants the Manager to be able to change the category field of the Team Goal, without removing the ability of the employee to change the Category on a Personal Goal.
Environment
SuccessFactors Goal Management
Reproducing the Issue
- On the Goal Plan, a Manager assigns a Team Goal.
- The Employee has the ability to change the Category of the assigned team goal.
Cause
In the Goal Plan XML, the <cascade-update> element is set to "regular".
Resolution
In Goal Plan xml
1. Set cascade-update settings to push-down to remove the ability of the assignee (Employee) to edit Team Goal Fields.
- Set cascade-update to push-down if you only need the Creator of the Team Goal to edit a goal field.
- Set cascade-update to regular if you want the assignee to edit the goal field.
- There is no setting to prevent the creator from editing a goal field.
Note:
- If cascade-update is set to "push-down" it will follow the group goal permission on the goal plan
- If cascade-update is set to "regular" it will follow the regular field permissions on the goal plan
2. Lock the Category Field so that only certain roles are able to change the Category. This will allow the user to edit Goal Category in the Personal Goals
<field-definition id="control-category-element" type="text" required="true" detail="false" viewdefault="on" showlabel="false" field-show-coaching-advisor="false" cascade-update="push-down">
<field-label lang="en_US">control-category-element</field-label>
<field-description>control-category-element</field-description>
</field-definition>
*The label will not show in the UI, it is just to be able to assign permissions to the field.
3. Set permission as needed for "control-category-element". This applies to Personal Goals.
See Also
Keywords
Goal Plan, Team Goal, Edit fields, assign, cascade-update, regular, push-down, permissions , KBA , LOD-SF-GM-TMP , Template Management , Problem