Which IIQ version are you inquiring about?
Version 8.X
Share all details related to your problem, including any error messages you may have received.
Hi
I am trying to fetch Gender values in IIQ from Workday. I am able to receive the values in Postman call. But no values are received in IIQ after account aggregation. The xpath I am using is here
wd:Worker_Data/wd:Personal_Data/wd:Personal_Information_Data/wd:Personal_Information_For_Country_Data/wd:Country_Personal_Information_Data/wd:Gender_Reference[wd:ID[@wd:type='Gender_Code']]
I had tried aggregating the other fields under same tag. For e.g. Birth_Date. But for this one too I did not receive the value.
As part of the response group I have tried setting Include_Personal_Information and Show_All_Personal_Information as True. Also the workday permissions are provided.
Does anyone has any idea why the Gender values are are not being aggregated. Appreciate any reply. Thanks.