- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 03:56 PM
Hi All!
After Utah Upgrade I got a new button in my Incidents form called "Discuss". We are not ready to use it, so we want to hide it. I saw this is not a UI Action, so I'm not sure how to hide it.
Thanks for your help!!
Solved! Go to Solution.
- 16,129 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 03:25 AM
Sidebar is a feature starting from ServiceNow Tokyo release. Its a real-time messaging platform that connects colleagues so they can collaborate to resolve issues within Next Experience.
Discuss is a button as part of Sidebar. (Its not a UI action)
To deactivate Sidebar:
Change application to: Omni-Experience Standard Feature Set
1. Go to 'Settings' under 'Conversational Interfaces' in left navigator
2. Select 'Sidebar' from left pane
3. Deactivate in toggle button
4. Click 'Save'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 04:54 PM
try searching for the ui action on the table your working on. It should be called discuss.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 09:26 PM
'Discuss' isn't a regular UI action like many of them are since it's part of the Sidebar functionality. I have successfully hidden the normal UI actions from my page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 05:58 AM - edited 02-13-2025 05:58 AM
step by step. what did you do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 02:48 AM
if you want to hide it for some tables then please refer below screenshot
Click on custom selection settings and you will be redirected to sidebar enabled tables.
Click on New. Select incident table and add condition like Active is true AND active is false So this condition will never be satisfied. Set condition, save the form and then it will not be visible on your incident form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
For those arriving here from search (like myself), pratikshabh's method worked for me with a caveat. You shouldn't need to create a condition if you just want to disable a particular table - simply creating the entry and leaving the Active flag unchecked worked for me. Note that these entries aren't captured in your update set, so you'll want to manually add the updates to your update set, which can be found on sys_cs_collab_enabled_table table.