Symptom
We would like to add a field from our Job Requisition Template to the "Rules" section of the ''Manage Job Posting Header and Footer'' tool.
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Go to Admin Center > Manage Job Posting Header and Footer
- Select a current header/footer or create a new one
- See the section at the top of the page titled 'Rules'
Resolution
In order to add a new field to the "Rules" section of "Manage Job Posting Header and Footer", you will need to first ensure that the field id is currently defined as a filter field in your job requisition template. For example, id="filter1"
If it is not, you will need to change the field id to be a filter field.
Once it is defined as a filter field, it will start appearing in the Rules section within "Manage Job Posting Header and Footer".
Here is an example of the field definition:
<field-definition type="picklist" custom="false" required="false" id="filter1">
<field-label><![CDATA[Test]]></field-label>
<field-description><![CDATA[]]></field-description>
<picklist-id>test</picklist-id>
</field-definition>
Note: Please note that if you're trying to add a token in the Job Description, Header and/or Footer, this is a different setting. Please refer to this KBA: 2226486 - Token not populating in Job Description, Header and/or Footer - Recruiting Management
See Also
2226486 - Token not populating in Job Description, Header and/or Footer - Recruiting Management
Keywords
Manage, Job, Posting, Header, Footer, Rules, filter, field, RCM, add, rule, definition , KBA , LOD-SF-RCM-ADM , Admin Center, RBP, Permissions and Settings , How To