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

Case Statement in User Pre-Processor Config

Sanket
New Contributor II
New Contributor II

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

3 REPLIES 3

avinashchhetri
Saviynt Employee
Saviynt Employee

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 ?

 

 

Regards,
Avinash Chhetri

rushikeshvartak
All-Star
All-Star

Instead of preprocessor , can you try with technical rule 


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

jdoma
Regular Contributor
Regular Contributor

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.