Symptom
You can use this function import to send a job requisition form to the next step in a route map.
Environment
SAP SuccessFactors Recruiting Management
Resolution
- A new new function import called sendJobReqToNextStep has been included as part of the B1811 release.
- You can use this function import to send a job requisition form to the next step in a route map.
- A sample API call has been provided in the latest version of SAP SuccessFactors HCM Suite OData API: Reference Guide.
(Post)
http://<Hostname>/odata/v2/sendJobReqToNextStep?jobReqId=26791L&comments=”comment”&$format=json
Sample Code:
{
"d": {
"sendJobReqToNextStep": "The job requisition has been sent to next step."
}
Note: There is a known limitation with the API when moving the Job Requisition to the next step, in that only the current User that the requisition is with, will be able to move the requisition to the next step using API. If another user tries to move the job requisition to the next step, an error occurs in the API.
Keywords
sendJobReqToNextStep, route map, approval, internal status, 1, approve job requisition, OData, api, Error while send form to another user , KBA , LOD-SF-RCM-API , Webservices & APIs , LOD-SF-RCM-JOB , Job Postings & Requisitions , Problem