- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 02:54 AM
Hi all,
I've jus created a List field on our incident form. This is a reference to the sys_user_grmember table with a simple filter of group is SM Managers.
When you type a name in the search it brings up the name in the dropdown:
But if you select the magnifying glass the view only shows the sys_id and not the names of the people:
I thought that this was to do with the display tick box not being checked on the user field of the sys_user_grmember table, so I have ticked this but it is still only displaying the sys_ID. Any suggestions?
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:06 AM
Hi Sam,
Could you try & personalize that list to make it hold whatever fields you want. Right-click on the header bar of popped up window and choose Personalize > List Layout like other places int he system.
Thanks,
Jaspal Singh
Hit Like or correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 03:03 AM
Display field is usually the only thing. Can you confirm that sys_gre_member table khas a column with display checked(and only one column).
If yes then try to clear cache once by appending /cache.do to the instance url
<yourinstance>.service-now.com/cache.do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 03:04 AM
Also, mate whenever you post screens or something from the customer instance make sure you mask the url and anything else that might be 'private' to the company,. This might cause compliance issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 03:11 AM
Hit the cache , i believe its a non prod instance so no harm trying.