Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/14/2024 01:03 PM
We are working with the Workday RAAS connector and are trying to map the manager employee ID to the Saviynt Manager attribute.
We have the following response from Workday during user import:
We need to map the Manager_1 Employee_ID. We have the following which isn't working and returning null values in the logs for this property.
"MANAGER": "wd:Manager1.wd:ID(@type=='Employee_ID')~#~string"
Solved! Go to Solution.
08/14/2024 01:35 PM
"MANAGER": "wd:Manager_1/wd:ID[@wd:type='Employee_ID']~#~string"
08/14/2024 01:59 PM
Logs still show the value being mapped as null. I've switched to using custom property 7 for now...
"CUSTOMPROPERTY7": "wd:Manager_1/wd:ID[@wd:type='Employee_ID']~#~string"
08/14/2024 02:00 PM
Employee_ID should be same as user's user name
08/14/2024 02:04 PM
They are but I have switched to a custom property now to avoid any issues with that.
08/14/2024 02:42 PM
Does it resolved issue?
08/14/2024 04:31 PM
It did not, the value is coming in as null still in the logs.
08/18/2024 06:11 PM
Any other possible solutions for this?
08/18/2024 07:25 PM
wd:Manager1.ID(@type=='Employee_ID')
08/19/2024 08:12 AM
that property is still coming across as null in the logs.
08/19/2024 08:18 AM
wd.ID(@type=='Employee_ID')
08/19/2024 06:57 PM
Still no luck on that attempt.
08/19/2024 07:28 PM - edited 08/19/2024 07:29 PM
Share response in text format
"MANAGER": "wd:Manager_1.wd:ID[@wd:type='Employee_ID']~#~string"
08/20/2024 08:28 AM
08/20/2024 08:29 AM
what is second last null? what column ?
08/21/2024 07:59 AM
Should be customproperty7 (not mapping to MANAGER to get away from any User-Manager linking issues) that we are attempting to map manager_1 employee ID to.
08/23/2024 07:34 AM
Any update on this?
08/23/2024 09:45 AM
The following has worked, closing this as an accepted solution: