Symptom
"The content of element type "field-permission" must match "(description?,role-name+,status+,field+" Error when uploading Job Requisition Template.
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
Cause
The issue is due to misconfiguration in the Job Requisition Template wherein the order of the field permission Properties are not ordered correctly or one/multiples fields are missing.
Sample Misconfiguration of "field-permission" must match "(description?,role-name+,status+,field+" Issue:
<field-permission type="read">
<description><![CDATA[Fields that Recruiters can read on Offer stages]]></description>
<status><![CDATA[Offer]]></status>
<role-name><![CDATA[R]]></role-name>
......
</field-permission>
Resolution
Implementation Partner or Professional Services needs to correct configuration by making sure that the field permission properties are ordered correctly.
Correct Order:
- Description
- Role
- Application Status
- Fields
Sample:
<field-permission type="read">
<description><![CDATA[Fields that Recruiters can read on Offer stages]]></description>
<role-name><![CDATA[R]]></role-name>
<status><![CDATA[Offer]]></status>
......
</field-permission>
See Also
2344135 - Job Requisition - Implementation Tips & Tricks from Support - Recruiting Management
2825469 - Error while trying to upload a job requisition template
Keywords
"field-permission" must match "(description?,role-name+,status+,field+", description?,role-name+,status+,field+ Job Requisition, Error, Upload , KBA , LOD-SF-RCM-JOB , Job Postings & Requisitions , Problem