Symptom
It is not possible to unassign a team goal as checkboxes are not appearing next to the assigned user's names in the Unassign Goal window.
Environment
SAP SuccessFactors HCM Core 2505
Reproducing the Issue
- Navigate to Goals
- Select 'Manage Team Goals'
- Choose a team goal that has to be unassigned
- Click on the three dots/open the team goal
- Click 'Unassign Goal'
- See the list of assignees
- Observe that there are no checkboxes next to the names and no one can be selected as subject of the "Unassign Goal" action
Cause
User who would perform the "Unassign Goal" action doesn't have sufficient permissions in the goal plan XML to delete/unassign team goals.
Resolution
XML should be configured so that the user's role (who performs the "Unassign Goal" action) is included under the delete permission.
Permissions for the Latest Team Goals | SAP Help Portal
Example:
<permission for="delete">
<description><![CDATA[Employee, Employee's Manager and Employee's HR Representative may delete or unassign the goals.]]></description>
<role-name><![CDATA[E]]></role-name>
<role-name><![CDATA[EM]]></role-name>
<role-name><![CDATA[EH]]></role-name>
</permission>
See Also
Keywords
SuccessFactors, SF, GM, team goal, unassign, unassign goal, delete, permission, XML, assignee, checkbox, missing , KBA , LOD-SF-GM-TG , Team Goals , How To