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 05:09 AM
Hi @Southsayer,
To see the name you have to make the User column/field display as true.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:11 AM
Hi, Can you check the field type? If it's look up select field you should check the look up value field configured with created field?
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:13 AM
Hi, You can set up variable attributes for this. you have to use ref_ac_columns in order to show other fields in the lookup.
Check out the below links for the same:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748319
Please mark my response as helpful/correct if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:28 AM
Hello @Southsayer ,
Go to sys_user_grmember table list view and do a right click on any of the column and click on configure-->table like below
2) Then in the columns search for user column and set it to display true like below
Hope this helps
mark my answer correct if this helps you
Thanks