Symptom
You are trying to know who is manager/supervisor using SuccessFactors Integration Center or OData API.
Environment
- SuccessFactors HCM Suite
- OData API
- Integration Center
Resolution
You can use the OData entity User and field teamMembersSize. This field will return one value from 0 onwards. In case the value is 0 (zero), the employee is not manager/supervisor.
In case you are using integration center tool and your starting entity is EmpJob, for example, you can create one calculated field with the following logic:
If/Then/Else [# of Team Members (teamMembersSize) from User] is equal to 0
Field Value = 'No_supervisor'
Else
Field Value = 'Yes_supervisor'
Keywords
teamMembersSize, User, OData, EmpJob, supervisor, manager, leader, SuccessFactors OData API, HCM Suite, Integration center, how to fetch, how to flag, identify , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , LOD-SF-INT-ODATA , OData API Framework , How To