SAP Knowledge Base Article - Public

2647735 - Regular expression to allow only 1 to 10 - Onboarding 1.0

Symptom

  • Regular expression when candidate provide Number of children
  • Max limit is 10 and system should not accept 01 , 02 format

Environment

SAP SuccessFactors Onboarding

Cause

Regular expression needed to fix this

Resolution

  1. In the panel setup , Add validator
  2. Regular expression validator 
  3. Select custom validator and define below expression :
  4. ^(?:[1-9]|0[1-9]|10)$
  5. Provide the error message also and save the same.

Range validator defined for a field accepts values as 1,2,3 and fails in case of 01,02,03.... is provided.

Keywords

On boarding, OBD, SuccessFactors , KBA , LOD-SF-OBD-PAN , Panels, Panel Designer , Problem

Product

SAP SuccessFactors Onboarding all versions