Symptom
Field: Formal Middle Name
The above field is missing in the ODATA API Entity "PerPersonRelationship"
What is this field?
This field contains the Middle Name of the respective dependent/family member of an employee.
On the Employee Central Successfactors UI:
All fields, except "Formal Middle Name" is not visible under the ODATA API Entity "PerPersonRelationship" in the OData API Data Dictionary
Resolution
Middle Name is not exposed as a property in "PerPersonRelationship" entity.
However, this can be fetched using navigation and expand to an entity "relPersonalNav" as shown below:
PerPersonRelationship?$expand=relPersonalNav&$select=relPersonalNav/middleName
Keywords
KBA , LOD-SF-INT , Integrations , Problem