Connect support conversation has 'null' for the title instead of record numberIssue <!-- 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 In the Connect conversation selector side pannel, some items have Null as the title of the conversation instead of the record number. Release ALL Cause The record associated with the Connect Conversation is on a table whose title points to an empty field. Resolution Set the title (sys_ui_title) record for that table to point to the number field or whichever field is desired. Steps to find the table associated with a conversation and set the Title for that table. 1) Click the conversation in the side panel to open it up in the mini window. 2) Click the View Document button (looks like a square with 3 lines in it) in the chat window header to load the record associated with that conversation. 3) In the URL, you should see the table for the record such as 'sn_hr_core_case', copy this. 4) Navigate to sys_ui_title.list 5) If a record exists for that table, you can simply edit the fields field on the record to be Number. 6) If a record does not exist, create a new one and set the table and fields correctly. Additional Information The only documentation we have for the sys_ui_title table is under mobile UI as it also sets titles there. https://docs.servicenow.com/csh?topicname=setup-mobile-admin.html&version=latest Navigation by URL explains more on how to find the table in the URL. https://docs.servicenow.com/csh?topicname=r_NavigatingByURLExamples.html&version=latest