Symptom
- The "Next" button does not activate after completing all required fields.
- The section header still shows a red asterisk, indicating incomplete required fields.
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 Recruiting Management
Reproducing the Issue
- Apply for a job using the Reimagined Candidate Experience application flow.
- Complete all required fields across the relevant sections.
- Attempt to proceed to the next step and observe that:
- The Next button remains disabled.
- The section header continues to display a red asterisk, indicating incomplete mandatory fields.
Cause
A required field has been hidden by an onView rule.
The onView rule can modify the following field attributes:
- Visibility (None, Edit, View)
- Required (Yes, No)
When a required field is set as Visibility=None using an onView rule, the field will not appear on the page but is still treated as required.
Resolution
To ensure consistent behavior, any field set to Visibility=None must also be set to Required=No within the onView rule.
Steps to Locate the onView Rule:
- Navigate to Manage Rules in Recruiting
- Open the Candidate Application section (Note: this tab is visible only when the 'Candidate Experience for Career Site' is enabled)
- Review the configured View Rules and ensure that any fields with Visibility=None are also set to Required=No.
Example:
(For Support) Troubleshooting Steps - How to Review Required Fields:
Follow the steps below to identify which required field is preventing the Next button from activating:
- Press F12 on the page (or right‑click anywhere and select Inspect) to open the browser's Developer Tools.
- In Developer Tools, select the Network tab.
- Clear existing entries in the Network log.
- On the application page, click Next to open the section that indicates incomplete required fields.
- In the Network panel, open the entry that displays a numeric value (this is the Application ID).
- Open the Response tab.
- Search within the response for the "required" blocks.
There are multiple "required" blocks, corresponding to the Profile Information, Background Information, and the Job-Specific Information.
Each block lists the Field IDs configured as required (except "candidateProfile" which is not a field).
Identify the block related to the section where the Next button does not activate, and verify whether:
- All required fields listed are visible on the page.
- All required fields have been properly filled out.
See Also
Help Portal Business Rules for the Candidate Application
Keywords
RCM, CX, Candidate Experience, Next, button, disabled, greyed out, click, activate, asterisk, active, mandatory, required, application, onView, view, business rule, visibility, Job-Specific Information, Career Site , KBA , LOD-SF-RCM-CAN-CX , Candidate eXperience redesigned , LOD-SF-RCM-RUL , Recruiting Rule Issues with MDF Platform , LOD-SF-RCM-APP , Applicants and Job Applications , Problem
SAP Knowledge Base Article - Public