Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Saviynt-Workday Attribute Mapping

ray
Regular Contributor
Regular Contributor

Hello,

I am working on the Account Import Mapping Payload between Saviynt and workday.

I am trying to retreive the attribut Organization_Name from that is a multivalued attribut under the 

Organization_Data.Worker_Organization_Data

I tried the mappings below they didn't work for me, can you help me identifie the error please?

Test 1:
"CUSTOMPROPERTY16":"Worker_Data.Organization_Data.Worker_Organization_Data.Organization_Data(Organization_Type_Reference.ID(@wd:type=='Organization_Type_ID')=='Reporting').Organization_Name",

Test 2:
"CUSTOMPROPERTY16": "Worker_Data.Organization_Data.Worker_Organization_Data.Organization_Data(Organization_Type_Reference->ID=='Reporting').Organization_Name",

Test3:

"CUSTOMPROPERTY16": "Worker_Data.Organization_Data.Worker_Organization_Data(Organization_Data.Organization_Type_Reference->ID=='Reporting').Organization_Name",

i attached a screenshot for the xml showing the attribute Organization_Name

Thank you in advance for your help !

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

"CUSTOMPROPERTY16": "Worker_Data.Organization_Data.Worker_Organization_Data[Organization_Data.Organization_Type_Reference.ID=='Reporting'].Organization_Data.Organization_Name"


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

ray
Regular Contributor
Regular Contributor

it Worked with this one :
"Worker_Data.Organization_Data.Worker_Organization_Data.Organization_Data(Organization_Type_Reference->ID=='Supervisory').Organization_Name~;~listAsString"