Hide "Rejoin the session" link on Connect ChatDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description On ServiceNow Platform Connect Support, when the user clicking 'End Chat' before the agent is accepted the request, the "You have closed this support session. "Rejoin the session" link will be show up and allows the user to reopen the chat by click the link. At the same time the State for the chat_queue_entry record is in "Closed Abandoned". If you want to remove the "Rejoin the session" link on the Chat window, you can follow suggested steps in the Procedure below. Procedure Please keep in mind that this article falls beyond the scope of support as it is a customized implementation. Below are just suggestions for reference which we have provided here to help solve similar issues. On Navigation Panel: System Definitions -> Business Rules Click NewGive a name and Pick chat_queue_entry on Table field On When to run Tab, Set State is Closed Abandoned in Filter Conditions On Action Tab, Set State is Closed CompleteSubmit