Symptom
Posting Start Date / Posting End Date is showing '--', and the operator is unable to enter the date.
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Open a Job Requisition and navigate to the Job Postings section.
- Observe that the Posting Start Date and Posting End Date fields are displayed as '--'.
Cause
For posting types such as "corporatePosting", "agencyPosting", "intranetPosting", and others, the Field IDs "start" and "end" must have write permission granted to the operator.
Resolution
Please grant operators with write permission to "start" and "end" fields in the Job Requisition template.
XML Template Example:
<field-permission type="write">
<description><![CDATA[The Recruiter can change Posting Start Date and Posting End Date in Approved reqs]]></description>
<role-name><![CDATA[R]]></role-name>
<role-name><![CDATA[S]]></role-name>
<role-name><![CDATA[T]]></role-name>
<status><![CDATA[approved]]></status>
<field refid="start"/>
<field refid="end"/>
</field-permission>
Manage Templates tool:
See Also
Keywords
RCM, Job Requisition, Posting Start Date, Posting End Date, Job Postings, Permission , KBA , LOD-SF-RCM-JOB , Job Postings & Requisitions , LOD-SF-RCM , Recruiting Management , Problem
SAP Knowledge Base Article - Public