Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

System username is not generated as per logic

RKV
New Contributor III
New Contributor III

We have a fresh Saviynt Tenant setup. We are trying to generate the unique system user name. We have written the following standard logic to test whether system is generating the unique system user name or not but what I observed is that it is generating the username based on the default logic like if it is a 10th user in system the user name will be 10 but not utilizing our system user name generation logic

------------------

concat(users.firstname , substring('.',1,1) , users.lastname) ### CASE WHEN (users.middlename is NOT NULL) THEN concat(users.firstname , substring('.',1,1) , substring(users.middlename,1,1) , substring('.',1,1) , users.lastname) END ### concat(users.firstname , substring('.',1,1) , users.lastname , substring('1',1,1))### concat(users.firstname , substring('.',1,1) , users.lastname , substring('2',1,1))### concat(users.firstname , substring('.',1,1) , users.lastname , substring('3',1,1)

Feed file is like :

statuskey,FIRSTNAME,MIDDLENAME,LASTNAME,PREFEREDFIRSTNAME,CUSTOMPROPERTY1
1,Joè,John,Dne,John,test

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star
  • Share logs
  • share config screenshot.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.