Hi all,
We are trying to aggregate a custom Workday attribute in IIQ but are unable to.
We have created the Integration ID and added the schema attribute with __c appended.
Are we missing something?
Thanks in advance
Hi all,
We are trying to aggregate a custom Workday attribute in IIQ but are unable to.
We have created the Integration ID and added the schema attribute with __c appended.
Are we missing something?
Thanks in advance
Hi @rishavghoshacc - you may need to add the XPath to the application definition so IIQ knows where to “look” to find the attribute.
@ryan_toornburg In the documentation, it only says to provide the Integration ID and add the attribute in the schema with __c appended.
Hi @rishavghoshacc,
yes the doc says you can only add __c but it depedes if with your integrationid you can read the attribute and it depeds on the workday configuration side.
To say this you can check with soapUI if the attribute returns from getWorkers(if I remeber well) call, returns.
In everycase I prefer xpath, because you are sure you are reading the correct attribute.
Checking in SoapUI or Postman would definitely be the easiest way to debug it.
Hi @rishavghoshacc here are some possible issues
Attribute missing from Workday API response - Manually check API response using Postman/SOAP UI
Workday permissions restrict access - Assign API user to the correct Security Group in Workday
Incorrect schema mapping in IIQ - Ensure the attribute is mapped as CustomField__c
Schema not refreshed in IIQ - Refresh schema and re-run aggregation
Debugging needed - Enable WorkdayConnector debug logs
Let us know if you found anything or if you need any further help on the mentioned points…
All the best!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.