How can I select a user with Tree Picker

taki
Kilo Contributor

Users belong to groups having parent-child relationships as follows.
find_real_file.png

I want to select a user with Tree Picker in a field on a form.

According to this, I set up the field as reference to the sys_group table, and set the attriubute as "tree_picker=true".
It was able to display the Tree Picker as shown in the above figure, but if I select a user("2 a"), the group name is set in the field.
find_real_file.png

Is there any way to set the selected user as a field using the Tree Picker?

1 ACCEPTED SOLUTION

Archana Reddy2
Tera Guru

Hi,

I believe that, since Assignment Group is referenced to Group table in general, the display value of it will be displayed in the Assignment Group field.

It makes no sense to select a user as Assignment Group. Also, we have Assigned To field which we can customize to only show the members of the group which is selected as Assignment Group. For this, we have to set the dependent field of Assigned To as Assignment Group.

Hope it is clear.

Mark the answer as Correct/Helpful based on its impact.

Thanks,

Archana

View solution in original post

9 REPLIES 9

Sharique Azim
Kilo Sage

Because, you  are selecting tree picker from group field only.

thee solution to this is also set tree picker for assigned to and work accordingly.

Thank you for your advice. Unfortunately, I set true_picker = true in the assign to field, but it was not displayed as tree picker.
find_real_file.png

Is something wrong with my setting? The setting values ​​of the assign to field are as follows.
find_real_file.png

Hi requesting you to kindly set the dependent field of assigned to , as assignment group.

and set reference qualifier as simple

Thank you. I understood.