Hello knowledgeable people ![]()
We are in need of fetching future data for our employees and contingent workers in SuccessFactors. We are exploring the current OOTB connector which supports futureActions attribute and at the same time trying to understand if its possible to fetch other future dated attributes via OOTB connector. (Currently we have also Webservice connector for retrieving additional attributes but we want to fully understand if this can be achieved via OOTB connector rather then having it in WS connector.)
With futureActions attribute we are able to fetch information about future employment and the start and end date for it. However we need additional future data such as managerId, userId, title, etc. As per Sailpoint documentation Account Attributes it states that managerId should be coming in with future data, however, it doesnt state how (the actual managerId is not updated with future managerId)
Another approach tried, as per this article SAP - Managing futur job_information in IDN Connector - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community. I tried the Xpath mapping for title as following:

if (count(//employment_information/job_information[xs:date(start_date) le current-date()]) eq 0) then (//employment_information/job_information/job_title)[last()] else (//employment_information/job_information[xs:date(start_date) le current-date()]/job_title)[1]
But the returned value is not the future value but value from one of the old employments. When i try to retrieve data for the same employee with SFAPI, I do not see the future employment data.
We also got a specific article from our SAP team, which is stating that the SFAPI is not providing future data.
So is it possible to retrieve future data via OOTB connector and if so, how? Is it an issue on our SuccessFactors side if we cannot see future data in SFAPI? Or are we doing something incorrect here?
Please suggest if you have any ideas! ![]()
