Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/17/2022 04:28 AM
Hi All,
Can someone let me know if case statement is supported in user pre-processor query?
If yes, how it can be implemented?
Requirement - If first name or last name of a person is changed, his/her systemusername should also get updated (firstname+lastname). Now when some other user with same first name and last name has changed, his/her systemusername should get auto incremented by 1. Basically a duplicate or uniqueness check.
Can someone let me know about this?
Thanks!
Sanket Bhandhari
10/17/2022 07:57 AM - edited 10/17/2022 07:57 AM
Hello @Sanket,
How will you know at the time of user import that the user's firstname/lastname has changed ?
Are you planing to check each and every users first name from the import vs what is stored in the database ?
10/17/2022 08:20 AM
Instead of preprocessor , can you try with technical rule
10/17/2022 06:43 PM
the actual requirement we have is whenever there is a change in firstname and/or lastname, the systemusername and email should also be updated and the same needs to be carried to AD as well. We have defined SystemUserName and Email generation logic under Global Configuration and that is working in new user creation. We need to apply the same uniqueness check for update user scenario as well. Any leads will be much appreciated.