- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2014 12:55 AM
This is done in a catalog and im using a list collector as a variable field.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2014 05:54 AM
You will need to query the group members, and return the sys_id of all the users in the group, then filter the list collector by the sys_id's of the users. I don't believe there is any other way.
So, the filter will look like sys_id=243bs543a121531d13215a564^ORsys_id=213ga54...
This will all be done in a client script, ,I would suggest creating an ajax call for getting a list of group members.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2014 05:54 AM
You will need to query the group members, and return the sys_id of all the users in the group, then filter the list collector by the sys_id's of the users. I don't believe there is any other way.
So, the filter will look like sys_id=243bs543a121531d13215a564^ORsys_id=213ga54...
This will all be done in a client script, ,I would suggest creating an ajax call for getting a list of group members.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2014 10:14 PM
Thanks now its working