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

Autopopulate Firstname and Lastname based on Username

Ratna
New Contributor II
New Contributor II

Hi

We are trying to autopopulate the attributes "First name of selected username" and "Last name of selected username"  based on Username in Rehire Senario. How can i implement the query.

4 REPLIES 4

Raghu
All-Star
All-Star

@Ratna 

SQL ENUM use below :

select distinct concat(u1.firstname," ",u1.lastname) as ID from users u1 where u1.userkey=${requestee}

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Ratna
New Contributor II
New Contributor II

@Raghu 

I am trying to autopopulate firstname attribute from username attribute. Used the below query, not able to fetch anything.

This is on Rehire senario, when we get any rehire request, we will search the user name.. if that exists, automatically firstname and lastname attributes should autopopulate, just to confirm the user is same or not.

"Select firstname as ID from users where userkey = ${requestee}"

Ratna_1-1724326926686.png

 

 

DA 1 Name.Username(Only for rehire..)

Lable Name:Username

DA2: Firstname

SQL:

Value :Select firstname as ID from users where username= ${DA1 Name}

Default : Select firstname as ID from users where username= ${DA1 Name}

Parent Attribute :DA1 NAMe

Editable On Update : check

What action to perform when Parent attribute changes? Mapping

still issue share ss

https://forums.saviynt.com/t5/saviynt-knowledge-base/configuring-create-register-user-form-in-eic/ta...

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Refer https://forums.saviynt.com/t5/identity-governance/create-user-form-child-attribute-is-not-auto-popul... 

rushikeshvartak_0-1724330987104.png

 

rushikeshvartak_1-1724330987002.png

 

 

rushikeshvartak_2-1724330987037.png

 

 


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