Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:10 PM
Can I utilize logic operations during account import mapping? I want to utilize a single account.customproperty and map to the entity type in Workday.
For example:
if exists(Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Worker_Type_Reference.Employee_Type_ID) then "Employee"
elseif exists(Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Worker_Type_Reference.Contingent_Worker_Type_ID) then "Contingent Worker"
etc..
Solved! Go to Solution.
04/12/2022 02:30 PM
Answered my own question. On a SOAP connector account import, you can specify logic in a TEMPMAPPING field.
So I impoprt the foundational decision data into CP7 and CP8, then use a TEMPMAPPING to define CP9.
"TEMPMAPPING1" : [ "CUSTOMPROPERTY7 = 'Employee' where customproperty8 IS NOT NULL and customproperty9 IS NULL", "CUSTOMPROPERTY7 = 'Contingent Worker' where customproperty9 IS NOT NULL and customproperty8 IS NULL"]
}
04/12/2022 02:30 PM
Hi Ken,
Can you provide some sample JSONs for create account and import account?
Regards,
Yashpal
04/12/2022 02:30 PM
I only have Workday v1 connector json. Do you want that?
04/12/2022 02:30 PM
Yes, Ken, Can you please share that?
04/12/2022 02:30 PM
Hi Ken,
Can you please share the connector json?