Share all details about your problem, including any error messages you may have received.
We are integrating SailPoint IIQ with Successfactor leveraging the Sailpoint Successfactor Connector. We need to aggregate below details from Successfactor system:
a. Leave Of Absence Start Date
b. Leave Of Absence End Date
c. AnsenceDays
All these attributes resides in the entity EmployeeTime. I am trying to give their SFAPI path which are :
a. /timeoff/EmployeeTime/startDate
b. /timeoff/EmployeeTime/endDate
But I am getting the error: “No data Associated: [Leave Start Date: /timeoff/EmployeeTime/startDate, LeaveEndDate: /timeoff/EmployeeTime/endDate”
Does Successfactor connector pulls the record from EmployeeTime entity and Am I missing any configuration?
Hi @enistri_devo,
Yes I am trying the Odata API in the browser, I can see the data. But When I am configuring the SFAPI path, I am not getting the data and the mentioned message can be seen in the logs.
Permissions have been given as per connector. I am not sure if any specific permission is also required to be given apart from the ones mentioned in the connector document.