Is there a way to global search by a Universal Request's Short Description?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 06:22 AM
In the global search I can look up a UR Number and have that appear, but is there a way to be able to search by Short Description, similar to Incident.
I tried updating the Search Group to Include UR, but that did not work.
Any help is much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 07:53 AM
Hi @rjpabayocruz ,
Hope you are doing great.
Out of box system property "glide.ui.text_search.view" specifies the List view used for Global Text Search results. This property is set to "text_search" by default. If there is not a Text Search view defined for the table, the Default view will be utilized.
1) Login as an admin
2) Navigate to the affected table list 'Default' view (i.e. incident.list).
3) Right-click on any column and Configure > List Layout. Or for List v3, click the cog wheel > Configure > List Layout.
4) Add in the 'Short description' field to the top of the list so it is the first string field selected for the Title element.
If you do not want to modify the Default view, create a text_search view for your table instead by following these steps:
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 08:03 AM
Hi @rjpabayocruz ,
Good Day to you!!
ServiceNow's Global Search functionality allows you to search across multiple tables and fields within the ServiceNow platform. However, it primarily focuses on searching records and their associated data rather than searching by a Universal Request's Short Description directly.
To perform a global search in ServiceNow, you can use the search bar at the top of the user interface. You can enter keywords, record numbers, or specific phrases to search for relevant information. ServiceNow will then display results from various tables and fields that match your search query.
If you're specifically looking to search by a Universal Request's Short Description, you may need to create a custom search functionality within ServiceNow. This can be achieved through various methods, such as creating a new module or customizing the global search behavior using ServiceNow's customization options.
Please hit the helpful and correct answer as a response if my update helps you for better understanding..
Thanks & Regards,