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

Create Email generation rule

JPMac
Regular Contributor
Regular Contributor

I want to create an emailgeneration rule along the following requirements.
1. Connect user.lastname and user.firstname with concat.
concat(user.lastname, user.localname, @domain)
2. If looking at dataset (name=oldemail), set displayname if there is a duplicate.
displayname@domain
How do I set a generation rule reference to dataset?

2 REPLIES 2

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @JPMac ,

Greetings.

Below is the KB article regarding email generation uniqueness check, but it is with respect to proxy address inclusion while checking uniqueness. Please check if this approach works for your case.

https://forums.saviynt.com/t5/saviynt-knowledge-base/achieve-email-uniqueness-check-during-email-gen...

For referencing dataset and values, we might not be able to directly call or reference those values in email generation rule directly. We might have to make use of custom jar approach. Let me check on this and get back.

Thanks,


Regards,
Pruthvi

rushikeshvartak
All-Star
All-Star

Use MODIFYUSERDATAJSON to achieve  your usecase


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