Symptom
How to customize labels for item and section comments in Performance Management form templates
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 Performance Management
Resolution
Option 1: Text Replacement
Some labels can be changed using text replacement. Steps on how to utilize text replacement are in 2089472 - Text Replacement Feature | How to change words across SuccessFactors?
Option 2: Manage Languages
Notes before proceeding with this option:
- If a label change is already present in the XML, you will not see changes reflected in the system by using Manage Languages and will need to use Option 3
- Updating the key in Manage Languages will update all forms in the system, including Completed and live forms
If the label you're looking for cannot be changed via text replacement, you can check if the labels are in Manage Languages. Steps on how to update labels are in 2576546 - Using the Manage Language Feature to Change Labels in SuccessFactors.
Option 3: Performance Form XML
Notes before proceeding with this option:
- This will update the label on newly launched forms. Forms launched prior to the change will keep the old verbiage.
- Your partner or Professional Services will need to make the changes in Provisioning. If you don't have a partner, you can locate one using 2149831 - SAP Professional Services / SAP Certified Partner / SAP Account Management Team [SuccessFactors Cloud]. Specify that you need the following lines added/edited on your form template:
section-manager-comments-label | the label for the manager's overall section comments |
section-subject-comments-label | the label for the employee's overall section comments |
manager-comments-label | the label for the manager's item-level comments |
subject-comments-label | the label for the employee's item-level comments |
The lines must be entered in the fm-sect-config area of the section that needs to display it. The lines must be inserted in the correct order as defined in the DTD for fm-sect-config. You can refer to Implementing and Managing Performance Management - Configuring Form Templates Using XML for more information.
Sample XML:
<rating-label msgKey="PM_RatingLabel_Rating"><![CDATA[Rating]]></rating-label>
<rating-label-others msgKey="PM_RatingLabelOthers"><![CDATA[Rating]]></rating-label-others>
<default-rating msgKey="PM_JobCompSection_defaultrating"><![CDATA[Select a rating...]]></default-rating>
<unrated-rating msgKey="PM_JobCompSection_unrated"><![CDATA[Unable to Rate]]></unrated-rating>
<hidden-strength-threshold>0.0</hidden-strength-threshold>
<blind-spot-threshold>0.0</blind-spot-threshold>
<section-comments-label msgKey="PM_JobCompSection_sectcommentlabel"><![CDATA[Overall Section Comments]]></section-comments-label>
<section-manager-comments-label msgKey="PM_JobCompSection_sectmgrcommentlabel"><![CDATA[{0}'''s Comments]]></section-manager-comments-label>
<section-subject-comments-label msgKey="PM_JobCompSection_sectsubjcommentlabel"><![CDATA[{0}'''s Comments]]></section-subject-comments-label>
<manager-comments-label msgKey="PM_JobCompSection_mgrcommentlabel"><![CDATA[{0}'''s Comments]]></manager-comments-label>
<subject-comments-label msgKey="PM_JobCompSection_subjcommentlabel"><![CDATA[{0}'''s Comments]]></subject-comments-label>
If You Would Like to See This Functionality Changed
You can vote and comment on Possibility to see/edit XML code of templates in Customer Influence. Your votes help us to prioritize ideas that we will consider for upcoming product releases.
See Also
Keywords
SF, Success Factors, PM, PMGM, performance, form, section, item, comments, comment, labels, label , KBA , LOD-SF-PM-FRM , Forms & Templates , How To