Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/02/2024 04:47 AM
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
08/02/2024 05:13 AM
@Deepa_Vimal did you change your email generation logic?
08/04/2024 09:53 PM
Hi @NM, We are going to configure Email generation rule.
08/04/2024 10:08 PM
08/02/2024 05:37 PM
08/04/2024 09:52 PM
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.
08/04/2024 10:14 PM
Concat(users.firstname,users.lastname)
Add this under advance query of account name rule.