Hi Gurus,
I have the below requirement for one of the clients.
I need to sync gender field from Employee Profile to Candidate Profile/ Application for "Internal" Candidates.
I have added gender field (standard) to Employee Profile (FYI for std gender field SAP has recommended not to manually assign it to picklist gender rather its a "String" field.
The candidate Profile has a custom gender field which currently is being used to capture External Candidate's gender.
this is a picklist field the picklist name is gender and for using the same field for Internal Candidates i have added sm mapping in Candidate Profile i.e. something like below:
1) <field-definition id="custgender" type="picklist" required="true" custom="true" anonymize="false" sensitive="false">
<field-label mime-type="text-plain"><![CDATA[Which Gender do you identify with?]]></field-label>
<field-description><![CDATA[Which Gender do you identify with?]]></field-description>
<picklist-id>gender</picklist-id>
</field-definition>
2) <sm-mapping field-id="custgender" map-to="gender" />
When I am updating gender in personal information it does update Employee Profile field but this does not update the custgender field in Candidate Profile.
Also, since sm mapping is enabled, the Internal candidate are not able to update it in Candidate Profile. again one of the KBAs say tht if it is sm mapped, then Internal candidates wont be able to edit it.
What would be the correct way to have the same field updated for the Internal Candidates on Candidate Profile and Application?
Any suggestions would be appreciated.
Thanks and Regards