SAP Knowledge Base Article - Public

2684012 - Unable to select Posting Start Date / Posting End Date on Job Posting page

Symptom

Posting Start Date / Posting End Date is showing '--', and the operator is unable to enter the date.

532258.png

Environment

SAP SuccessFactors Recruiting Management

Reproducing the Issue

1. Open Job Requisition - Job Postings

2. Posting Start Date / Posting End Date is showing '--'.

Cause

For fields like "corporatePosting", "agencyPosting", "intranetPosting"..., in order to have those date fields editable, "start" "end" fields should be granted with "write" permission to the operator.

Resolution

Please grant operators with write permission to "start" "end" in Job Requisition 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="corporatePosting"/>
  <field refid="agencyPosting"/>
  <field refid="intranetPosting"/>
  <field refid="start"/>
  <field refid="end"/>
  </field-permission>

Keywords

 Posting Start Date, Posting End Date, Job Postings , KBA , LOD-SF-RCM-JOB , Job Postings & Requisitions , LOD-SF-RCM , Recruiting Management , Problem

Product

SAP SuccessFactors Recruiting all versions