Symptom
How to Add Backslash or Forward slash Using a Rule for Last Name and First Name
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 Employee Central - Personal Information
Resolution
java tags \s for string see rule example bellow:
In this case you add in the pattern the following texts: "\s "(don't forget to add the space)
- Go to Admin Center
- Select Configure Business Rules
- Create New Rule
- Select the Base Object as Personal Information
- Configure the rule as below
For: Backslash \
Add Under Last Name code <trigger-rule event="onChange" rule="Replace_sapace"></trigger-rule>
Test Result Last Name:
- Before: Test Text
- After: Test\Text
Not Supporting: Backslash \
- Replacement: \
- Replacement: [\]
For: Forward slash /
Supporting: Forward slash
- Replacement: /
- Replacement: [/]
FAQ - Additional Information
Q) Where can I get the Guide?
A) Guide: Guide: Implementing Business Rules in SAP SuccessFactors
See Also
Keywords
Employee Central, /,\,[]Backslash, Forward slash, rule, concatenate, replace, symbol, replacement, Pattern, PersonalInfo, , KBA , LOD-SF-EC-PER-PRS , Personal Info - Config, Rules, RBP, UI , LOD-SF-EC-HIR-RUL , Business Rules , How To