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

User-Account mapping for disconnected application

akhilvatsa
New Contributor III
New Contributor III

Hello,

We have a disconnect application, where the account has three custom properties i.e. CP1,CP2,CP3 storing first name, last name and email respectively. 

When the end user requests a new account access, is there a way to map USER's-> first name, last name, email to CP1,CP2,CP3 of the newly created account on the disconnected application?

Thanks,

Akhil Vatsa

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Create dynamic attribute and in accounts column update respective customproperty

rushikeshvartak_1-1674059330157.png

select firstname from users where userkey=${user.id}


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

akhilvatsa
New Contributor III
New Contributor III

Thanks for the solution!