SAP Knowledge Base Article - Public

2382132 - Renamed corporate structure levels not reflecting in en_GB - Onboarding

Symptom

We renamed  level 2 as Work State and while it shows fine in en_US locale and it is not reflecting in en_GB locale

Environment

SAP SuccessFactors Onboarding

Resolution

When you rename corporate structure levels, you rename levels only for en_US language. If you would like to rename the levels for other languages, you must add translation to the LocalizationResource file.

Please follow the instructions given below

1. Go to Super Admin site.
2. Download the "LocalizationResources" file in Import/Export Settings tab.
3. In "GlobalResources" section of LocalizationResources file, add the data key of necessary level of corporate structure for the locale. Please review the sample code for en-GB locale

  <GlobalResources>
    <Locale name="en-GB">
      <Data key="OrgUnitLevel:1:Title">
        <Value><![CDATA[My Companies]]></Value>
      </Data>
    </Locale>
  </GlobalResources>

 4. Import the file back.

Keywords

Onboarding, Corporate structure, Translation , KBA , LOD-SF-OBD , Onboarding , Problem

Product

SAP SuccessFactors Onboarding all versions