- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:39 AM
The OOTB field assignment group in the incident field is not displaying the groups with parents present.I have provided the filter to show only show the groups with parents and nothing shows up in the tree picker, where as when i filter for groups with parents empty, i get the result. How to make the groups with parents != NULL show up in the tree picker. PFA the screenshots.
Cheers,
Sravan
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 07:01 AM
Hi Sravan,
I think you have conflicting requirements. What it is doing makes total sense to me (from a programming standpoint.)
The tree picker cannot show a child if you don't show the parent. If the top level group is omitted (because the parent field is empty and thus has no parent) then you've automatically taken out all the child nodes under it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2023 05:43 AM - edited ‎11-20-2023 05:44 AM
Hi Chuck,
I completely understand the constraint that when you do not show the parent you cannot show the children as well. But Is there a solution that the parent is visible but you cannot select the parent for assignment from the hierarchy view. We want to collate sub teams under a team, but not able to select the team group.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 07:27 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 07:30 AM
Hi Chuck,
That makes total sense now, i was a bit confused actually. Thanks a lot mate.
Cheers,
Sravan