- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2018 10:08 PM
Users belong to groups having parent-child relationships as follows.
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.
Is there any way to set the selected user as a field using the Tree Picker?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2018 01:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2018 04:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2018 06:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2018 12:38 AM
Hi requesting you to kindly set the dependent field of assigned to , as assignment group.
and set reference qualifier as simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2018 05:52 PM
Thank you. I understood.