Skip to main content
marcot0005
February 18, 2022
Question

Group Picker Filter

  • February 18, 2022
  • 4 replies
  • 0 views

So the way the group picker filter works is you put a group in that filter and the picker shows any groups that are children of that group. Is there any way to also display that parent group as well? I'd like to show just the groups within a particular application so I'm using the application's all users group for the filter, but it doesn't show the all users group. I would rather not add some other group to put that all users group into if I can avoid it. Is there another option? If there's some other way to specify groups that are added to an application instead of the entire environment, I'd be open to that as well. 

4 replies

danny.verb
February 18, 2022

It looks like the Group Picker component only displays groups within the filter group, you will need to create another parent group for this.

marcot0005
February 18, 2022

I was afraid of that. I was trying to specifically avoid that as I don't really want a vestigial group sitting around doing nothing but containing the groups of my app. 

vincenzor8745
February 18, 2022

You have to develop an inusual solution, i suggest to use a pickerFieldCustom component:

1. use the function groupMembers to retrieve childs from a parent.
2. Merge Parent with childs in the datasubset.
3. use pickerFieldCustom to make whatever you want.

Let me know if it's clear.