We are currently working on integrating SailPoint IdentityNow with the Workday, We have requirement to add a custom attribute Academic_Rank for all the employees, specifically focusing on retrieving the Academic_Rank_ID from the Get_Academic_Appointee endpoint.However, I’m having trouble with the XPath expression used to extract the Academic_Rank_ID:
We validated the XPath and tested the following expressions in SOAPUI and using various XPath tools, which was showing mapping to the correct data but when we tried the same xpath in IDN it doesn’t work or the data doesn’t come to the attribute.
Hey Aditya, I think that might not work because this is a non worker data and not a Integration Field Override attribute, which are the custom ones where we use the __c
@sanekkanti Did you have the Integration System ID from workday. If you have please map in the config page and add the attribute which you want in account schema with __c suffix. If you don’t have the Integration System ID pls refer the below doc.
We got to know through SailPoint, It doesn’t support the objects outside of Workers Data to pull as the custom attribute, It’s only restricted to get the the data from Workers Data Object anything other than that there is only one way to get these attributes by creating an other Web-service Connector and pull those attributes and add them to the Identity Profile.