Symptom
- Requirement to have a space between First Name and Last Name if they are concatenated in a single field.
Environment
- SAP SuccessFactors Employee Central - Business Rules
Resolution
Use the format option when writing the business rule and the following template syntax, %s %s , as per example below (please note a space is required between each %s).
PS: The format function returns null if no value is found, use IF condition to check if the fields being added are not null, only then concatenate the strings. Otherwise end result will come up as null null instead of blank value.
Keywords
Business Rule, Space, Concatenate, Format, Template, Add space between First Name and Last Name, rule to add two fields with space in between, SuccessFactors, Employee Central , KBA , concatenate , add space between first and last name , rule to add two fields with space , employee central , LOD-SF-EC-PER-PRS , Personal Info - Config, Rules, RBP, UI , LOD-SF-EC , Employee Central , LOD-SF-EC-PER , Person Data (All Person Data Types) , How To