cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion of Goals using Role Based Permissions

Former Member
0 Kudos

Is there a way to set the ability to delete goals based on Role Based Permissions? For example supervisors have the ability to delete goals but make sure non-supervisors cannot? Or is it all or nothing?

Accepted Solutions (0)

Answers (1)

Answers (1)

taramcdsap
Product and Topic Expert
Product and Topic Expert
0 Kudos

For Goals, you set the permission to access the goal plans and some other access permissions in RBP. However, with that, the permissioned users are not allowed to create, edit or cascade goals.

These permissions are derived from the custom-specific goal plan xml file. This xml file specifies which roles (such as, employee, manager, HR manager) are allowed to view and edit goals. Permissions can be set to allow an employee (E), their manager (EM), managers above (EM+), etc. A snipit showing delete permissions for a manager within a goal plan is included below. Please be sure to review detailed options as they are provided in the available goal management implementation guide.

<permission for="delete">
<description><![CDATA[Example giving a direct manager permission to delete goals]]></description>
<role-name><![CDATA[EM]]></role-name>
</permission>