Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:54 PM
Instead of allowing the user to mention the display name in the ARS-Create User form, we could like to generate it based of a combination of First name Last name.
Please suggest.
Solved! Go to Solution.
04/12/2022 01:51 PM
As a part of Post-processing, a users import job could be utilized by considering Saviynt DB as source and in the SQL in XML for users import the logic to generate the display name could be mentioned.
04/12/2022 01:51 PM
Hi Srikanth,
Trying to figure out a solution to generate the display name based on two attributes, and will come back to you as soon as possible.
In the meantime, here's a first lookup that you can do on your dynamic attribute to ensure the display name matches Firstname and Lastname :
Insert into "Validation Conditon" parameter the following value : ${displayName==(firstname+' '+lastname)} by updating it accordingly with your attributes' name.
You can also add a Failure Message to guide your users.
04/12/2022 01:51 PM
Thank you so much for the reply. I will wait a you mentioned.