Share all details about your problem, including any error messages you may have received.
I have successfully integrated Workday with IIQ. However, I want to read in one more field from Workday. My Workday admin says that my Workday account has all of the necessary permissions that are needed to read this field. My Workday admin also verified that this is the correct XPath to the field:
However, when IIQ aggregates from Workday, this field returns nothing (even though it is populated for many users). I also do not receive any errors during aggregation.
Hi @vic_rinkenberger - Have you tried retrieving the value in Postman? We have seen that sometimes the custom attributes need to be assigned permissions in WD. Are you using basic auth or OAuth?
NOTE : Custom and calculated attributes added to the Workday schema must have “__c” appended to the field names created in Workday. For example, if you added PREVIOUS_EMPLOYER to Workday, you would add PREVIOUS_EMPLOYER__c in the application schema.
The attribute in Workday is not custom (we just just using an XPath to an existing attribute), but the NETWORK_ID attribute I am setting up to retrieve the attribute IS custom for SailPoint.
And yes, I’m familiar with __c attributes and how they need to be set up.
Right, but I can just give an attribute name such as NETWORK_ID (or LOGIN_ID, or something else), map it to an XPath, and then it should aggregate, right? I’m currently doing that for this attribute and it is working: