Symptom
How to map below global dependent information to MPH for Portugal candidate who has multiple dependents?
- Dependent Country
- Is the dependent disabled?
- Dependent Disabled Percentage
- Dependent ID Card Number
- Dependent ID Card Expiration Date
Environment
SAP SuccessFactors Onboarding 1.0
Resolution
After creating custom ONB/EC fields to collect relative information, configure ONB-EC Mapping referring to below example:
<mapping-attribute>
<source refid="cust_dependent_country_PRT" multi-valued="true"/>
<target refid="dependentInfo.[#].globalInfo.country" variant="" country-code=""/>
<processes>
<process>onboarding</process>
<source refid="cust_dependent_disabled_PRT" multi-valued="true"/>
<target refid="dependentInfo.[#].globalInfo.[PRT].custom-stringXX" variant="" country-code="PRT"/>
<source refid="cust_disabled_percentage_PRT" multi-valued="true"/>
<target refid="dependentInfo.[#].globalInfo.[PRT].custom-stringXX" variant="" country-code="PRT"/>
<source refid="cust_ID_dependent_PRT" multi-valued="true"/>
<target refid="dependentInfo.[#].globalInfo.[PRT].custom-stringXX" variant="" country-code="PRT"/>
<source refid="cust_ID_expiryDate_dependents_PRT" multi-valued="true"/>
<target refid="dependentInfo.[#].globalInfo.[PRT].custom-dateXX" variant="" country-code="PRT"/>
Keywords
Mapping configuration, Global dependent information, MPH , KBA , LOD-SF-OBD-INT , Integrations with Onboarding , How To