Hello Sailors,
We have HR source as Workday with a new use case we need to retrive the HOME_TELEPHONE and EMAIL_ADDRESS_HOME from workday. In workday this attributes are available and the values are present. We are using the below mentioned XPATH but still after Workday account aggregation the attributes are not shown in Sailpoint.
HOME_TELEPHONE - ns1:Worker_Data/ns1:Personal_Data/ns1:Contact_Data/ns1:Phone_Data[(ns1:Usage_Data[@ns1:Public=‘true’]/ns1:Type_Data/ns1:Type_Reference/ns1:ID[@ns1:type=‘Communication_Usage_Type_ID’] =‘HOME’) and (ns1:Phone_Device_Type_Reference/ns1:ID[@ns1:type=‘Phone_Device_Type_ID’]=‘null’)]/@ns1:Workday_Traditional_Formatted_Phone
EMAIL_ADDRESS_HOME - ns1:Worker_Data/ns1:Personal_Data/ns1:Contact_Data/ns1:Email_Address_Data[ns1:Usage_Data[@ns1:Public=‘true’]/ns1:Type_Data[@ns1:Primary=‘true’]/ns1:Type_Reference/ns1:ID[@ns1:type=‘Communication_Usage_Type_ID’] =‘HOME’]/ns1:Email_Address
any help here. Many thanks