- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 11:29 AM
Hi all,
I have a catalog to add or remove users from groups. I have a list collector field which references group table, what I am trying to achieve is to populate this list collector with logged-in users group names both on the portal and classic view, please find below a screenshot of the reference qualifier I am using, still, I am seeing all the groups. This list collect filed is only visible if I select an option to "Remove from group" from another field. Also, I am not using "Requested for" filed on the form to dynamically change the list collector values. Would also appreciate sharing the solution for onChnage as well if I thought of suing "requested for" field in future,
Classic View:
Portal:
Would like to populate groups as below
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 11:35 AM
You should be using below ref qual
javascript:'sys_idIN'+gs.getUser().getMyGroups()
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2021 03:17 PM
Did you ever find a solution to this scenario. I'm looking to do the exact same thing.