Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/03/2024 12:43 AM
Hello Everyone,
We have requirement to generate email based on first name last name which is working fine. Now the issue is for few old legacy user email are already generated and available in the trusted source. I am getting the values using import JSON. When a new user is onboarded we are generating the email from Saviynt which is working fine. The issues is for this new joiner on importing the user again we see the email is set as null since email is null in trusted source.
Is there a way we can handle this using pre processor ?
Thanks.
10/03/2024 01:15 AM
If you use Email attribute in computed columns in Preprocessor . Then while importing new users email generation rule wont trigger.
I suggest to do as below:
As you already got the email for old legacy users from your HR system using Import of users.
Remove the email mapping in import json. If at all you want to get the email in HR system into saviynt , Map that to any custom attribute.
10/04/2024 04:05 AM
So you are saying to remove the email from import user JSON once the legacy users are imported ? Then for new users we are generating the email within Saviynt logic.
10/04/2024 09:12 AM
Yes Exactly , Please try it and let me know how it goes!