Symptom
Label of the first field is not displaying in the people profile portlet
Image/Data in this KBA is from SAP internal systems,sample data or demo systems.Any resemblance to real data is purely coincidental.
Environment
SuccessFactors: People Profile
Reproducing the Issue
1. For Example:Work Experience Portlet configured in the datamodel XML with the fields,
<background-element id="insideWorkExperience" type-id="1">
<label>Work Experience at Happy Company Ltd</label>
<data-field id="startDate" field-name="startDate" required="true" max-length="999" max-file-size-KB="1000">
<label>From Date</label>
</data-field>
<data-field id="endDate" field-name="endDate" max-length="999" max-file-size-KB="1000">
<label>End Date</label>
</data-field>
<data-field id="title" field-name="vfld1" required="true" max-length="4000" max-file-size-KB="1000">
</data-field>
<data-field id="department" field-name="vfld2" max-length="4000" max-file-size-KB="1000">
<label>Department</label>
</data-field>
</background-element>
2.Label of the first field is not displaying in the people profile portlet
Cause
This is by design.
In view mode, label for first field is not shown and value is highlighted.
Resolution
-
See Also
label for field is not visible, people profile, employee profile
Keywords
KBA , LOD-SF-EP-PP3 , People Profile (PP3) , Problem