- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 07:55 AM
Hello,
We have added a custom table for Service Requests. When using global search, the sys_id appears in the Title. How do you change this? I was unable to find any documentation on where to make the change for what you want to display as the Title for each ticket.
Thank you,
Laurie
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 03:16 AM
Hi Laurie,
We upgrade to Jakarta yesterday and today we faced the same issue but for incidents, the short description wouldn't show and instead the sys_id, to fix this what I did was deleting existing text_search views for incident, create a new global one with the same name text_search (via list layout) and added the short description field after the number field ( the wiki says: Global search uses the first string field in the text search view that is not the number field.) , I didn't need to change anything in the property glide.ui.text_search.view to make this work, it was empty for me already.
Hope it helps.
Cheers,
Diogo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 12:11 AM
I think it should honor the position values in sys_ui_list.list
Hello Diago - Can you please share the detailed steps.
Thanks in advace
regards
bhupesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 12:21 AM
Hello Bhupesh,
You should be able to follow Laurie's answer to Dave and get the same result.
Cheers,
Diogo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2020 10:31 PM
Hi Diogo,
I am facing the same issue, but with respect to the Affected CI's table (task_ci.list). When I search for a CI in the global search, the sys_id of the record appears. I have tried to implement the solution proposed, but it is not working - I have cleared the cache too. Please find the attached screenshot.
Can we fix this? Please help.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 03:51 PM
Dis tou managed to resolve this simply?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2018 06:46 AM
Hi Dave,
Yes, here is the fix:
- Go to the custom table list view.
- Go to Configure>List Layout
- Create a new view and name it text_search
- The columns added in the view are the ones that would show up in the search results with the first field showing up with the hyperlink.
- run the "cache.do" to clear the cache.
Thanks,
Laurie