Symptom
Receive the following error message in the Admin Alerts Tile:
"System Error - Recruiting Pending Recruits".
Environment
Employee Central - RCM to EC Integration
Cause
This error message is caused by the RCM to EC XML being left blank (Candidate to employee integration template).
Resolution
To remove the error message, some minimal mapping need to be maintained in the XML Candidate to employee integration template).
For example the following, will meet the criteria to remove the error message:
<object-mappings source = "RCM" target = "EC" integration-type = "CandiDateToEmployee">
<entity-details-mapping>
<mapping-attribute>
<source refid="firstName" entity-type="application"/>
<target refid="personalInfo.first-name" />
</mapping-attribute>
<mapping-attribute>
<source refid="middleName" entity-type="application"/>
<target refid="personalInfo.middle-name" />
</mapping-attribute>
</entity-details-mapping>
<role-mapping>
<target-roles>
<role>O </role>
</target-roles>
<manager-roles>
<role>G </role>
</manager-roles>
</role-mapping>
</object-mappings>
Please also be aware that currently, the system will automatically open the "Manage Pending Hires" page on the "Recruiting" tab. There is no current way to change this.
Keywords
System Error
Recruiting Pendind Recruits
Admin Alerts , KBA , LOD-SF-EC-INT , Manage Pending Hires (Integration RCM/ ONB/ OBX + UI) , Problem