Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/19/2024 01:14 PM
Hello Team,
I need to store the 2+ attribute values of target system to one attribute in Saviynt through REST connection. How to do that.
Example: First name and Last name 2 different attribute values of Target system, and I need to store Concat of this 2 attribute values into display name attribute in MyAccess.
Anyone having any idea or Please give syntax of mapping in REST connection.
Thanks
Hemanth
Solved! Go to Solution.
03/19/2024 07:31 PM - edited 03/19/2024 07:32 PM
Use #CONST
"customproperty7": "#CONST#${String data1 = response.operation.operation; String data2 = response.operation.targetType; ret = data1 + \" \" + data2; return ret}~#~char"
https://forums.saviynt.com/t5/identity-governance/rest-string-functions/m-p/9161#M1562