Symptom
When creating a RCM Business Rule with the Base Object set as "Job Requisition (All)", all existing fields from all Job Requisition templates should be available at it, however there is one or more fields which are appearing.
Environment
SAP SuccessFactors Recruiting Management - All Versions
- Business Rules
Reproducing the Issue
- Create a Business Rule
- Set the Base Object as "Job Requisition (All)"
- Notice there will be missing fields in the dropdown
Cause
If a field is configured in one or more templates, they need to be configured exactly the same, otherwise, if they don't match, the field won't appear in the mentioned entity.
An example of a field configured in different templates and not matching:
<field-definition id="experienceReq" type="picklist" required="false" custom="true">
<field-label><![CDATA[Experience or Education Level Required]]></field-label>
<field-label lang="en_US"><![CDATA[Experience or Education Level Required]]></field-label>
<field-description><![CDATA[Choose the experience or education level required.]]></field-description>
<field-description lang="en_US"><![CDATA[Choose the experience or education level required.]]></field-description>
<picklist-id>experienceReq</picklist-id>
</field-definition>
<field-definition id="experienceReq" type="text" required="false" custom="true">
<field-label><![CDATA[Experience or Education Level Required]]></field-label>
<field-label lang="en_US"><![CDATA[Experience or Education Level Required]]></field-label>
<field-description><![CDATA[Choose the experience or education level required.]]></field-description>
<field-description lang="en_US"><![CDATA[Choose the experience or education level required.]]></field-description>
</field-definition>
Resolution
In order to have a field available in the "Job Requisition (All)" entity, the field must be exactly the same in all Job Requisition templates.
See Also
2704222 - Business Rules Are Not Being Saved - Recruiting Management
2688934 - Job Requisition keeps loading - Recruiting Management(RCM)
Keywords
Job Requisition (All); Missing fields in Job Requisition (All); Missing fields in Business Rules; Cannot find field in Rules; , KBA , LOD-SF-RCM-RUL , Recruiting Rule Issues with MDF Platform , Problem