Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

change special characters

Yeya
New Contributor
New Contributor

Hello team,
We've noticed that some of our users with special characters like ö get an error when we try to update them.

Yeya_0-1725632505043.png

 

I then saw in the documentation (https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter06-EIC-Configurations/Config...)
that we can authorize the use of special characters,

But do we have the possibility of changing special characters globally without going through Configuring the Preprocessor on a connector or not ? (example: if the first name is Löuis, change it to Louis)

Thanks in advance,

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

This is expected current behavior from UI. Please raise support ticket


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Amit_Malik
Valued Contributor II
Valued Contributor II

But do we have the possibility of changing special characters globally without going through Configuring the Preprocessor on a connector or not ? (example: if the first name is Löuis, change it to Louis)

By the sounds of your question , you already know that it cna be done in preprocessor but still a sample

"UPDATE NEWUSERDATA SET FIRSTNAME=saviyntv5.FN_EIC_REPLACE(FIRSTNAME,null)",

OR

"UPDATE NEWUSERDATA SET FIRSTNAME=FN_EIC_REPLACE(FIRSTNAME,null)",

 

Another setting in global config that you can explore (we are not using it)

Amit_Malik_0-1725633913840.png

 

Another for names

Amit_Malik_1-1725634026108.png

 

You can read about these regex options here - https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter06-EIC-Configurations/Config...

 

 

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

Amit_Malik
Valued Contributor II
Valued Contributor II

@Yeya ,

I am able to update the last name accents(from your post) using [a-zA-Z\u00C0-\u024F\u1E00-\u1EFF] this in User Regex Validation in global config

Amit_Malik_1-1725634938784.png

 

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".