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

When Creating User through ARS Form can we pre-populate Manager attribute

SanjeetaRao
Regular Contributor
Regular Contributor

Hi,

The requirement is to prepopulate Manager attribute in user creation form.

The requestor will become manager for the newly created user.

This attribute has to be prepopulated but also editable.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You can do 

Refer https://forums.saviynt.com/t5/identity-governance/create-user-form-auto-populate-requestor-as-manage...


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

Raghu
All-Star
All-Star

@SanjeetaRao  you can try below also

select distinct u.owner as ID from users u where u.userkey=$loggedInUser.id

Raghu_0-1717591890129.png

 

as Rushi suggested you can use for that also -> select distinct u.owner as ID from users u where u.userkey = ${requestor}

 


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