sys_user_grmember field reference qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:07 AM
Hi guys,
I have a list collector field type variable referencing to sys_user_grmember
I didn't put any reference qualifier but still in when I try to search in the variable so it's just displaying (created by) and not the names.... How to handle this? What reference qualifier I can put?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 07:18 AM
Hi,
Thanks users are getting populated but there are duplications of name because they exist in multiple groups, So how can I populate the name of their respective groups.
Any reference qualifier or variable attributes?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 07:36 AM
@Southsayer so you need to show the user names or the group names in this ?
if you need those group names then change the reference to sys_user_group table and you will get all the groups in the system.
Hope this helps
'Mark my answer correct if this helps you
Thanks