Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to store combination of 2 attribute values into one attribute in saviynt

hemanthvn
New Contributor
New Contributor

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 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.