Workday Connector - Integration Fields

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

I’m attempting to implement the Workday Connector for Identity IQ 8.3. Our workday vendor has provided some integration fields we’d like to bring into the system. I’ll use an example “UNIVERSAL_ID” which is a string value. On my connector I’ve done the following.

  1. Specified an Integration System ID as provided by the WD Vendor
  2. Specified an Integration Field Override Service Name as provided by the Vendor
  3. Specified UNIVERSAL_ID in the integration Fields list
  4. Added to the SCHEMA UNIVERSAL_ID__c

When I aggregate no data comes back, when I preview no data comes back. When I remove the value “UNIVERSAL_ID” from the integration Field List Data comes back as expected (well except for the integration field I’m trying to fetch). Any Ideas or experience with the Workday Connector and Integration fields would be very much appreciated.

ideally it should it works … there’s nothing specific as long as you have configured the Integration system id. could you try to call the soap api via POSTMAN or SOAPUI with the same integration id and see if UNIVERSAL_ID is included in the response in integration override field.

I was able to determine the issue here. It seems that the Integration Field Override Service Name is NOT required, nor are the list of integration fields on the connector configuration page. These are listed under the “Filter Settings” section and I think are actually intended to be used as filter criteria (although the documentation isn’t very clear in the connector guide). Anyway after removing these two settings from the configuration, but leaving the Integration System ID, any integration field listed on the schema does come back now.