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

Create User Form: Auto populate requestor as Manager/Owner

Naveen_Talanos
Regular Contributor
Regular Contributor

Hi Experts,

Please help

We are creating Third Party users through create user form. Once the user is creating I want  requestor to be user's manager/owner. I have created a dynamic attribute with name "manager" and mapped it to "owner" field of "Users. Is it possible to auto populate it with requestor's username so that requestor becomes manager?

Regards,

Naveen

1 REPLY 1

Naveen_Talanos
Regular Contributor
Regular Contributor

Resolved this.

Made Dynamic attribute type as "Single Select From SQL Query" and used below in "Values" and "Default Values" and User Column as "owner".

select username as ID from Users where userkey = ${requestor}