Symptom
Can the "category" drop down menu that identifies stakeholders (Manager, Direct Report, etc) on the 360 Review be removed?
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors 360 Multi Rater
Reproducing the Issue
How to set a default category in the 360 Review rater list, so the individual category does not have to be selected for every rater added:
Example - set "Self" as a default rater:
Resolution
- The "Category" drop down menu on the Feedback Form can be modified to use a single default category
- Keep in mind that making this change will impact reporting. All reports will roll-up under the one default group
- To set a default rater so that it appears automatically in a form, the following needs to be added to the Rater List section of the 360 Review XML template:
<default-rater category="Direct Report"><![CDATA[ED]]></default-rater>
- To set a default rater so they appear automatically in a form AND cannot be removed:
<default-rater removable="false" category="Self"><![CDATA[E]]></default-rater></rater-config>
Keywords
sf, success factors, MTR, 360, review, default rater, category, removable , KBA , LOD-SF-PM-360 , 360 Reviews , How To