Human Capital Management Blogs by Members
Gain valuable knowledge and tips on SAP SuccessFactors and human capital management from member blog posts. Share your HCM insights with a post of your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
Haridha_P
Participant

Introduction


Configuring a 360 form to have different levels of anonymity based on steps available in Route map and relation to an employee.

For example:
1. Configuring the form with permission where the manager can see the raters list in 360 forms as named, but the employee can only see the rater list anonymous.
2. Configuring the form with permission where the employee can see responses from employee's manager or peers as named, but the response from direct reports is anonymous.

Configuring 360 template with Anonymous Rater's


In Provisioning, access your 360-form template and select the option Anonymous 360.

Note - To complete tasks in Provisioning, contact your implementation partner. If you're no longer working with an implementation partner, contact SAP Cloud Support.

In Anonymous 360 Process, users will not be able to see the names of the participants in the form. The Username will show as "Anonymous" in all route map stages.


 

Configuring 360 template with Rater's name


In Provisioning, access your 360-form template and select the option Participant names on 360.

Note - To complete tasks in Provisioning, contact your implementation partner. If you're no longer working with an implementation partner, contact SAP Cloud Support.

In Named 360 Process, the participant names are visible in the Evaluation Summary of your 360 forms. However, it is possible to make a 360 anonymous for someone and named for others in Named 360 process.

Configuration of rater-id-permission


This element (<rater-id-permission>) defines who can see the rater identities in which routing step. This only makes sense in an Open or Named 360 in which you can choose to hide rater identities in certain 360 routing steps, including 360 Evaluation Stage and Completed Stage.
For 360 evaluation stage, use this special stepid: "360EvaluationStage".
For Completed Stage, use this special stepid: "CompletedStage".
This is configured in the meta-section of the form template xml.

After enabling Participant names on 360, add the following XML example in the meta section after:

<meta-cat hidden-threshold="0" min-count="0" max-count="2147483647" ><![CDATA[Self]]></meta-cat>

Here are example codes for rater-id-permission:

Example 1:


The following XML permission added in the meta-section hides all rater identities for all users & every rater will be displayed as Anonymous in all stages available. In effect, it turns a Named 360 form to an Anonymous 360 form even though participants name on 360 form is enabled.

<rater-id-permission type="none">
<rater-category>*</rater-category>
<role-name>*</role-name>
<route-step stepid="*"/>
</rater-id-permission>

OR

<rater-id-permission type="none">
<role-name>*</role-name>
<route-step stepid="*"/>
</rater-id-permission>


Employee View-"Anonymous username" though "Participants name on form" option is enabled.



Manager View-Anonymous username though "Participants name on form" option is enabled.


 

Example 2:


The following XML permission added in the meta-section hides all rater identities for all users in 360 Evaluation Stage alone & the raters name will be displayed on the form in completion step.


<rater-id-permission type="none">
<rater-category>*</rater-category>
<role-name>*</role-name>
<route-step stepid="360EvaluationStage"/>
</rater-id-permission>

OR

<rater-id-permission type="none">
<role-name>*</role-name>
<route-step stepid="360EvaluationStage"/>
</rater-id-permission>


Manager view-Evaluation step with Anonymous raters



Employee View-Evaluation step with Anonymous raters



Employee view-Completion step with rater's name



Manager view-Completion step with rater's name



Example 3:


The following XML permission added in the meta-section hides all rater identities for All users in 360 Evaluation and Completion Stage EXCEPT for the Manager.

<rater-id-permission type="none">
<rater-category>*</rater-category>
<role-name>*</role-name>
<route-step stepid="*"/>
</rater-id-permission>
<rater-id-permission type="enabled">
<rater-category>*</rater-category>
<role-name>EM</role-name>
<route-step stepid="360EvaluationStage"/>
<route-step stepid="CompletedStage"/>
</rater-id-permission>


Employee view-Evalution step with Anonymous Rater's



Manager view-Evalution step with Rater's name



Anonymous View in detailed 360 report for Named 360 form template


To enable the anonymous view in detailed 360 report for named 360 form templates, go to Admin Center > Form Template Settings > Check the option Enable the Anonymous 360 Detailed Report View.

Note: This feature is only applicable to named 360s. The 360 must be named, but you can hide the information from displaying in the detailed 360 reports.

 

Best Regards,

Haridha Ponnusamy, SAP SuccessFactors Functional Consultant, Speridian Technologies.

If you have any questions, please let me know.
Labels in this area