Hide button "Discuss" in some table forms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:16 AM - edited 08-23-2023 04:28 AM
Hi,
Just like in the subject, I want to remove the "Discuss" button in some table forms not all of them. Is there any way to do this workaround ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:27 AM
check this link
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
08-23-2023 04:35 AM
Hi @Ankur Bawiskar,
I read the post and did the solution, it did remove button "Discuss" out of my desire tables but it accidentally removes all the button "Discuss" in my instance and that is not the possible solution in my case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:21 AM
Hello @sieusaopolo15 ,
Open the UI action 'Discuss' got to the condition field and add the condition as below for your tables:
current.getTableName() != '<table name>'
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:30 AM
Hi @Nayan Dhamane,
Unfortunately I could not find any UI Actions related to button "Discuss", it very weird to have an button on the form but can not control in UI Action. Thank you for giving me the solution