Symptom
How to get the Assessment Recommendation Score via Integration Center?
Environment
SAP SuccessFactors Recruiting Management
Resolution
The first thing to know, is that the integration must be built using the entity JobApplicationAssessmentReportDetail.
As the assessment vendors populate back the information into SuccessFactors using pairs for the information, the information will be stored on the Score Component "Recommendation". This information is stored as a number that represents each of the possible values of Recommendation on the system:
- Recommended = 1
- Recommended with Qualifications = 2
- Recommended with Reservations = 3
- Not Recommended = 4
Every time the Recommendation is updated, a new entry will be created on this score component. The one that should be selected is the very last entry of the Recommendation, which is the same value that is displayed on the Assessment Portlet inside the Application.
Keywords
application, assessment, recommendation, report, api, JobApplicationAssessmentReportDetail, integration, center, centre, score, component , KBA , LOD-SF-RCM-ASI , Assessment Integration , How To