02/04/2023 02:19 AM
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
Solved! Go to Solution.
02/04/2023 04:13 AM
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}