Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:19 PM
Hi Everyone,
We have different user types and the username generation rule should be different for all of them.
For ex, for employees, it is calculated using their first name and last name.
But for other type, it should be one of the dynamic variable values provided in the user registration form.
Is it possible to use the form dynamic variable in username generation rule?
If yes, how to achieve that? Can you give an example?
Solved! Go to Solution.
04/12/2022 03:00 PM
Hi Sakshi,
You could try with a sample shared below in the advanced query feature.
case when (users.employeeType Like 'Employee') then concat(users.firstname,users.lastname) when (users.employeeType Like 'Contractor') then concat(users.lastname,users.firstname) else users.systemUserName End
It may not be syntactically correct at this time but this is just to give you an idea on how you can generate username based on employeeType.
Regards,
Avinash Chhetri
04/12/2022 03:00 PM
As per the engineering team, the advanced query feature for username generation isn't functional.
04/12/2022 03:00 PM
What version are you on ?
Regards,
Avinash Chhetri
04/12/2022 03:00 PM
v5.5SP3.9.18
04/12/2022 03:00 PM
Sakshi,
Under Global Config > Identity Lifecycle > Add Register User Rule do you atleast see an option as shown below ?
Regards,
Avinash Chhetri
04/12/2022 03:00 PM
Hi,
Yes, I see this option.
Saviynt support team replied on the ticket that Advanced Config button is visible on UI for register user rule but it is not functional and doesn't work on the backend.
04/12/2022 03:00 PM
Hi Sakshi,
I believe you have already tried an it is not working. Perhaps it is a limitation on the version that you are on.
Regards,
Avinash Chhetri