Connector Improvement: sap successfactors custom field improvement - employee_job
Currently the custom fields (custom_ fields) in the employee_job object contain objects like this:
{
"__deferred": {
"uri": "https://api55.sapsf.eu/odata/v2/EmpJob(seqNumber=1L,startDate=datetime'2025-03-01T00:00:00',userId='2596')/customString9Nav"
}
}
where we have a "uri" in the json object.
It would be a lot more valuable if instead of returning the above, the actual json object behind that uri would be returned (so what would be returned if calling https://api55.sapsf.eu/odata/v2/EmpJob(seqNumber=1L,startDate=datetime'2025-03-01T00:00:00',userId='2596')/customString9Nav , in this case)
Could that be feasible?
Thanks.
Nathan
-
Any updates on this one?
Please sign in to leave a comment.
Comments
1 comment