- 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
‎09-28-2017 08:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2017 07:48 AM
Hi Michael,
There is only one display value set to true, and that is number.
Any other ideas?
Thanks,
Laurie
- 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
‎10-04-2017 06:14 AM
Hi Diogo,
You are correct. This is the response I received from ServiceNow:
Most Probable Cause: Due to the change in Global Search in Jakarta, the tables need to have a text_search list view for the results to show up in the correct format. Solution Proposed: 1. Go to the custom table list view. 2. Go to Configure>List Layout 3. Create a new view and name it text_search 4. 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. 5. run the "cache.do" to clear the cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 08:30 AM
Very helpful thank you Diogo!