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

Options to generate display name in createAccount JSON

AG
Regular Contributor II
Regular Contributor II

As per the requirement we need to generate displayName for a specific target in the format <lastName>,<firstName>,<middleName>(if it exist). if the total character exceeds 20 then just pass first 20 characters to the target.

Can this be done directly at the connection level in json? If yes, how?

Another option is to do this transformation during user import which can be considered only for HR users but not for non-hr who are directly created in Saviynt via Add User form. How to handle this ?

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

You can use sav4sav REST API to generate displayname logic along with preprocessor for users coming from trusted source


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

AG
Regular Contributor II
Regular Contributor II

Sav4Sav will not work as this attribute value is required during birthright provisioning and cannot be updated later

You can use preprocessor and displayname you can generate on register/create user form and update.


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

AG
Regular Contributor II
Regular Contributor II

You mean Register User Form create displayName DA attribute? Where to put the logic for this DA?

Ok, will have to create it as SQL type

Refer https://forums.saviynt.com/t5/saviynt-knowledge-base/configuring-create-register-user-form-in-eic/ta...


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