SAP Knowledge Base Article - Public

2144725 - How to remove the numeric rating from sysOverall Portlets in People Profile?

Symptom

How to remove the numeric rating from the rating label field in People Profile (PP3) as highlighted in screenshot below?

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

numeric rating in profile.PNG

Environment

SAP SuccessFactors Employee Profile

SAP SuccessFactors Succession Management

Resolution

This is possible for the Trend Portlets (sysOverallPerformance, sysOverallPotential, sysOverallCompetency, sysOverallObjective, sysOverallCustom1, sysOverallCustom2)

For admins with no access to provisioning, please submit an case to support to request for removal.

Internal (Partners and Support)

Code below will remove numeric value (highlighted in red is the particular code that needs modification):

From:

<rating-field rating-name="rating" insert-rating="true" visibility="edit" required="true" max-length="999" display-size="8" max-file-size-KB="1000">
      <label>Rating</label>
</rating-field>

To:

<rating-field rating-name="rating" insert-rating="true" visibility="none" required="true" max-length="999" display-size="8" max-file-size-KB="1000">
      <label>Rating</label>
</rating-field>

After code change, this is how the rating portlet should look like:

numeric rating in profile2.PNG

If background element is the only declared XML tag in the script, every rating-field customer need to display should be defined.

Keywords

Employee profile, sysOverallPerformance, sysOverallPotential, sysOverallCompetency, sysOverallObjective, sysOverallCustom1, sysOverallCustom2 , KBA , LOD-SF-SCM , Succession Management , LOD-SF-EP , People Profile (Employee Profile / PP3) , How To

Product

SAP SuccessFactors HCM suite all versions