SAP Knowledge Base Article - Public

2466107 - AdHoc report interview fields

Symptom

When running a report on interview fields "interviewResult" or "overdueInterviews", no values are populating.

Environment

SAP SuccessFactors Recruiting Management

Cause

This is a configuration issue, the fields "interviewResult" and "overdueInterviews" are not configured on the application template.

Resolution

In order to display interview-related data on the application record and make some interview information reportable and tokenized, both fields "interviewResult" and "overudeInterviews" have to be defined in the application template XML:

<field-definition id="interviewResult" type="derived" required="false" custom="false" public="false" readOnly="false" anonymize="false">
<field-label mime-type="text-plain"><![CDATA[Interview Result]]></field-label>
<field-description><![CDATA[average rating of the interviews completed]]></field-description>
</field-definition>

<field-definition id="overdueInterviews" type="derived" required="false" custom="false" public="false" readOnly="false" anonymize="false">
<field-label mime-type="text-plain"><![CDATA[overdueInterviews]]></field-label>
<field-description><![CDATA[number of overdue interviews]]></field-description>
</field-definition>

If only one of the above fields is defined, the AdHoc report may return no values!

Keywords

SF, Success Factors, RCM, AdHoc report, ad-hoc, interview, interviewResult, overdueInterviews, blank, empty, no values, reporting , KBA , LOD-SF-RCM-REP , Reporting & Analytics, Data Imports & Exports , LOD-SF-RCM-IVW , Interview Central, Interviews, Scheduling etc , How To

Product

SAP SuccessFactors Recruiting all versions