Symptom
This KB article explains how to Add msgKeys for Participant categories in Multi-Rater forms.
Environment
SAP SuccessFactors Performance and Goals
Resolution
- Multi-Rater forms now support msgKeys for Participant Categories.
- Refer to the below example of XML Configuration:
<meta-cat msgKey="360_RATER_CATEGORY_OTHER" hidden-threshold="2" min-count="0" max-count="50" ><![CDATA[Other]]></meta-cat>
<meta-cat msgKey="360_RATER_CATEGORY_DIRECT_REPORT" hidden-threshold="2" min-count="0" max-count="50" ><![CDATA[Direct Report]]></meta-cat>
<meta-cat msgKey="360_RATER_CATEGORY_PEER" hidden-threshold="2" min-count="0" max-count="50" ><![CDATA[Peer]]></meta-cat>
<meta-cat msgKey="360_RATER_CATEGORY_DIRECT_MANAGER" hidden-threshold="1" min-count="1" max-count="50" ><![CDATA[Manager]]></meta-cat>
<meta-cat msgKey="360_RATER_CATEGORY_SELF" hidden-threshold="1" min-count="1" max-count="1" ><![CDATA[Employee]]></meta-cat>
- In order to work properly, it is necessary to add msgKey to each one of the categories, otherwise, when updating, the system will display a blank page and the information will not be updated.
- Also, it will be necessary to add the msgKey translation into the system using Manage Form Label Translations, more information on this is related in the KB article 2076045
See Also
Keywords
sf, success factors, translation, multirater, multi-rater, msg key , KBA , LOD-SF-MTR-FRM , Forms and Templates , How To