Global search results display sys_ids as the titles for one or more search group matches.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When you perform a global search, the matching records for one or more search groups, show sys_ids as the title. Release All releases. Cause Global search results use the first string column besides Number found in the table's list layout as the results title. It's possible that the table's list layout includes no column of type String besides Number. Resolution For example, if the matches for search group Requests is displaying sys_ids as the title, check that the Short Description column is included in the list layout for the Requests [sc_request] table. 1. As a user with the admin role, in the Application Navigator, go to the table's list. In this example, sc_request.list 2. Click the context menu (the button with the three horizontal bars) to the left of Requests in the header bar and from the drop-down menu, select List Layout. 3. Move Short Description from the Available to the Selected slushbucket. Optionally, you can move it up the list, for example, between Number and Requested for. 4. Click Save. After these steps, try a global search again. Adding the Short Description field to the table's list layout should display Short Description as the results title instead of a sys_id.