Symptom
"Notify At" point is different when saving the notification. After selecting one option, the same is different on notifications' column "Notify At" point.
"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 Onboarding 1.0
Cause
Translations are taken from different places.
Resolution
The 3 affected points take the translation from "Local Resources section", which is a translation specific for some fields while the "Notify at" displayed on columns after close the notification, takes the translation from "Global resources section".
Solution: update the LocalizationResources.xml file with respective translations to reflect the change from edit notification. Here are the keys you need to update:
- G:NotificationPoint.OnOfferLetter.Title
- G:NotificationPoint.OnAcceptOffer.Title
- G:NotificationPoint.OnOrientation.Title
Example, Inside global resources, inside the tag for "en-US":
<Locale name="en-US">
<Data key="NotificationPoint.OnOfferLetter.Title">
<Value><![CDATA[YOURTRANSLATION]]></Value>
</Data>
<Data key="NotificationPoint.OnAcceptOffer.Title">
<Value><![CDATA[YOURTRANSLATION]]></Value>
</Data>
<Data key="NotificationPoint.OnOrientation.Title">
<Value><![CDATA[YOURTRANSLATION]]></Value>
</Data>
</Locale>
So to see the same translation you need to have translation for your locale.
This is the how-to: 2273586 - How to Update a Message in the Panel Using the Localization File - Onboarding 1.0
See Also
Keywords
notify, at, onboarding, onb, obd, orientation, step, translation, localization, resources, G:NotificationPoint.OnOfferLetter.Title, G:NotificationPoint.OnAcceptOffer.Title, G:NotificationPoint.OnOrientation.Title , KBA , LOD-SF-OBD-EML , Emails and Notifications , Problem
Product
Attachments
| Pasted image.png |
SAP Knowledge Base Article - Public