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

Preserve the original case of the users’ generated email

Deepa_Vimal
New Contributor
New Contributor

Hi Team,

We would like to retain the original case of generated emails in our system. Our current email generation logic is formatted as `preferredfirstname_lastname@domain.com`, and it’s crucial for us to preserve the case of the `preferredfirstname` and `lastname` attributes as originally intended.

Could you please advise if there are any configurations or settings within Saviynt that we need to enable or adjust to ensure that the email addresses retain their original case?

Thank you

6 REPLIES 6

NM
Honored Contributor II
Honored Contributor II

@Deepa_Vimal did you change your email generation logic?

Deepa_Vimal
New Contributor
New Contributor

Hi @NM, We are going to configure Email generation rule.

rushikeshvartak_0-1722834487794.png

 


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

rushikeshvartak
All-Star
All-Star

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

Hi @rushikeshvartak, Above forum post gives advanced query for converting firstname's first letter and lastname's firstletter in upper case. But as per our requirement we need to retain the case from firstname and lastname in generated email. That is First name = 'Tomson', Lastname = 'McMeekin'. Here client wants to retain the Original case from users firstname and lastname. In lastname 'McMeekin' contains Mc - M capital and Meekin- M capital. How it can be achieved. 

NM
Honored Contributor II
Honored Contributor II

Concat(users.firstname,users.lastname)

Add this under advance query of account name rule.