- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 04:12 AM
Hello, I want to hide the discuss and follow only in the project table ? how can I do that ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 05:45 AM
Steps to hide Follow button only for your table
- In the Application Navigator, go to System Definition > Dictionary.
- Filter the Table column for the table that corresponds to the form where you want to remove the button.
- Open the record whose Type is Collection.
- Under Related Links, click Advanced View.
- In the Attributes field, add this value -> live_feed=false
- Click the Update button.
I don't think you can hide Discuss button only for your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 04:17 AM
Try to check the UI Actions of the buttons in the project table and try to alter the conditions.
Let me know .. if you need additional information
If my response helped please mark it correct and close the thread so that it benefits future readers.
Priyatam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 05:45 AM
Steps to hide Follow button only for your table
- In the Application Navigator, go to System Definition > Dictionary.
- Filter the Table column for the table that corresponds to the form where you want to remove the button.
- Open the record whose Type is Collection.
- Under Related Links, click Advanced View.
- In the Attributes field, add this value -> live_feed=false
- Click the Update button.
I don't think you can hide Discuss button only for your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 05:54 AM
thank you, follow button wad disabled, I will check a way to hide the discuss button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 04:46 AM
Did you find any way to hide the discuss button for a particular table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 10:47 PM
Discuss is a button as part of Sidebar. Therefore not part of 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'
If need to disable to specific table, create a record under "Custom Selection" same page as step 2 above and list the tables you want to still contain this discuss button.