Symptom
Validation on Mobile number field is needed to avoid characters other than numeric.
Environment
SAP SuccessFactors Onboarding
Reproducing the Issue
Incorrect characters need to be restricted from entering in Mobile number field
Resolution
Accepting mobile number : +123-5476577871, please add the below expression:
- Regular expression : ^(\+\d{1,3}[- ]?)?\d{10}$
- it satisfy following conditions : accept + only in begining and space(or -) should be allowed only after country code (only once).
- Only 10 digit number should be allowed after country code.
- Country code should be optional.
- If country code doesnt exist, it should accept only 10 digit number
Keywords
On boarding, OBD, SuccessFactors , KBA , LOD-SF-OBD-PAN , Panels, Panel Designer , Problem
Product
SAP SuccessFactors Onboarding all versions