Symptom
Fields configured with view-only visibility are incorrectly rendered as editable on the latest People Profile edit page. When a user attempts to create a new entry in the Potential tab and submits the change, the system throws a validation error: "start-date is not editable" .
Environment
SAP SuccessFactors Performance Management
Reproducing the Issue
- Configure the visibility of
start-dateandend-datefields toviewin the Talent Trend Information card (Potential). - Navigate to the latest People Profile edit page.
- Open the Potential tab and begin creating a new entry.
- Fill in all displayed fields, including
start-dateandend-date. - Submit the entry.
Expected Behavior:
- Fields set to
viewvisibility should be rendered as read-only and not accept user input. - The form should not present non-editable fields as interactive inputs.
Actual Behavior:
start-dateandend-dateare rendered as editable inputs, allowing users to enter values.- Upon submission, the error message is thrown: "start-date is not editable".
- The entry cannot be saved, leaving the user in a broken state after completing the form.
Cause
This is a code issue. The frontend is not evaluating the view visibility configuration when rendering the Potential tab's create/edit form, causing view-only fields to be displayed as editable inputs. The backend correctly enforces the restriction and rejects the save, resulting in the error: "start-date is not editable."
Resolution
Engineer team confirmed that fix for issue is planned to be delivered in b2605 release in following dates:
13-April - Preview release
15-May - Production release
As workaround we recommend to update the Visibility "view" of fields "start-date" and "end-date" to "edit" or "both" in Manage business configuration.
Keywords
potential rating, trend portlet, latest people profile, employee profile change, manage data, start-date, end-date, code issue, bug, error, PMU-26738 , KBA , LOD-SF-PM-POD , Home Page, Pods and Portlets, To Do List , Known Error
SAP Knowledge Base Article - Public