User Reference field to List members from multiple groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 01:27 PM
We have a user reference field and need to be able to list the members from a select list of user groups. Is there a preferred method for doing this? We don;t need to know the group the user was selected from and the user may appear in more than one group. Any help is greatly appreciated.
Thanks
Ken
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 02:38 PM
Hi Adrian,
How do you do this exactly??
Thanks,
Brandon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2020 12:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2020 04:08 PM
Hi,
You should call the script include like this in ref_qualifier:
javascript: new GroupMembersUtils().GroupMembersUtils(current.group);
Apart from that, I'm remarking this just in case, if you use 'group name 1, group name 2' as an argument be careful with the value that you are using into the function, cause if the argument it's between this " ' ", its a string and result won't as expected.
If it was helpful, please give me positive feedback.
Thanks,
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 11:11 AM
Ken,
I'm needing to do something similar. Did you get this to work the way you need?
Thanks,
Brandon