Symptom
Update username through Profile post Manage Pending Hire (MPH) completion and before start date.
However, ConvertExternalUserOnStartDate Job changes the username on start date.
Environment
SAP SuccessFactors Onboarding
Reproducing the Issue
- Hire a candidate via MPH and provide a username (Let’s say username=’abc’)
- Update the username directly in EC profile before Day 1 (Let’s say ‘xyz’)
- The Conversion will use the username that was provided during MPH (‘abc’)
Cause
Updating the username directly into the EC profile post MPH will not make Onboarding be aware of this as this is before conversion.
Resolution
If you need to update username post Manage Pending Hire completion and before the new hire is converted as an employee, please use updateUserNamePostHiring API in addition to the EC API which you are already using.
See Also
updateUserNamePostHiring API guide
Keywords
MPH, username, convert job, updateUserNamePostHiring, API , KBA , LOD-SF-OBX-EC , Integration EC - MPH, Hire , How To