Symptom
Need to understand where does the JobRole <result> can be viewed in the UI.
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
Perform the following API call in Postman:
Ex request:
/odata/v2/JobRequisition(11111)?$format=json&$select=jobReqId, jobRole
Response:
{ "d": { "__metadata": { "uri": "https://api12preview.sapsf.eu/odata/v2/JobRequisition(24087L)", "type": "SFOData.JobRequisition" }, "jobReqId": "11111", "jobRole": "1735654" }}
Resolution
The string responsed in Postman is a GUID of the role in Job Profile nor it is related to a picklist.
As per Product Management team, the result could not be viewed in UI as came from the database level which users does not have access to.
See Also
Keywords
postman, jobRole, jobRequisition , KBA , LOD-SF-RCM-API , Webservices & APIs , Problem