Symptom
You are trying to connect the OData EmpEmployment entity with the WorkOrder entity.
Environment
- SAP SuccessFactors HCM Suite
-
- OData API
Resolution
You can use the standard navigation path:
/odata/v2/EmpEmployment?$select=personIdExternal,userId,userNav/userSysIdOfWorkOrderNav/userSysId&$expand=userNav/userSysIdOfWorkOrderNav
In the EmpEmployment, you need to expand the userNav and then expand again the userSysIdOfWorkOrderNav.
This path will connect the EmpEmployment vs User vs WorkOrder entity in the OData API.
For the SFAPI CompoundEmployee, you can use the instruction of the KBA 2471444.
Keywords
SAP SuccessFactors HCM HCM Suite OData API EmpEmployment WorkOrder navigation route, connections, path , KBA , LOD-SF-INT-EC , Employee Central SFAPI & OData Entities , LOD-SF-INT , Integrations , LOD-SF-INT-ODATA , OData API Framework , How To