Hide Discuss button for Inicidents form

Marco33
Tera Contributor

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!!

1 ACCEPTED SOLUTION

Anusha63
Mega Expert

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'

View solution in original post

19 REPLIES 19

try searching for the ui action on the table your working on. It should be called discuss. 

'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.

step by step. what did you do?

pratikshabh
Tera Contributor

if you want to hide it for some tables then please refer below screenshot

image (7).png

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.

Null
Tera Contributor

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.