Symptom
You have an Integration of Succesfactors and ByDesign. and you are unable to replicate Employee Private Address SuccessFactors into ByDesign system.
Reproducing the Issue
- Master Data Replication workcenter
- Employee view
- Search with Employee ID
- Select recent Application Log with error
Error Log: No Data Found for [Emp ID XXX]
(where XXX is Employee ID)
Cause
There is no mapping available in ByDesign System for the Private Address:
- Business Configuration workcenter
- Activities view
- Search Codelist mapping
- Local Data Type Name for AddressTypeCode is blank
Resolution
For the XXX Employee, the Private Address Code coming from Employee Central/SuccessFactors has a value in payload:
<address_type></address_type>
This needs to be maintained in the External Code section. These needs to be entered here for each different Private Address code entry coming from Employee Central.
Note: Country Code coming from Employee Central should be same as that in ByDesign to map properly to the system:
Ex: <country>AUT</country>
<country_code>43</country_code>
should be
<country>AT</country>
<country_code>43</country_code>
Keywords
Employee Central, SuccessFactors, Private Address code, AddressTypeCode, Replication , KBA , AP-HMD-RPL , HCM-Master Data Replication , Problem