Symptom
- This knowledge Base Article provides an explaination on how to disable special characters in candidate's Legal Names within SAP SuccessFactors Onboarding.
- Restrict user's from entering special characters when completing ONB process.
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 Onboarding
Reproducing the Issue
- Login to ONB application
- Start process and enter special character in candidate's First and/or last name. (e.g: SAPeé)
- Notice candidate was able to proceed with the provided name.
Cause
Regular Expression Validator isn't being used.
Resolution
Add a Regular Expression Validator to the field(s).
- Log into ONB application
- Navigate to Panels > Select the ONB process
- Select the Panel which user(s) will enter their names
- Click on the field you want to restrict special characters
- From the panel properties, add the Regular Expression Validator
- Choose the Template as Custom, Expression as ^[a-zA-Z]*$
- Click Submit to save changes
See example:
Once the validator is added, verify the expression is working.
- Log into ONB application
- Start process and enter special character in candidate's First and/or last name. (e.g: SAPeé)
- Notice an error message was triggered, preventing the special character to be entered.
See example:
Keywords
Restrict, Special Characters, Disable, Legal Names, Validator, SF, Success Factors, OBD, ONB , KBA , LOD-SF-OBD-PAN , Panels, Panel Designer , Problem
Product
SAP SuccessFactors Onboarding all versions