- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 06:44 AM
Hi
I want to make a similar button as "Follow" button as in change request form and incident form header bar .I want achieve the UI Action button on change task table .
Do I need to create a UI Action Button or a UI Marco button to achieve this !?Does anyone have a solution to this !?
Thanks
Sohan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2016 04:32 AM
Ah, I see what you are after. You want a form button with a drop down list of choices to function like the Follow button! Thank you for clarifying.
I love that idea. I'm also sad to say that nothing like that exists OOB today for customers to create/configure. It may be possible to do with some custom programming, but that is beyond my skill set at this time and would likely involve DOM manipulation which carries upgrade risks.
I invite you to open an enhancement request! Our product managers DO listen.
Enhancement requests: Tell us how you would improve the ServiceNow product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2016 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2016 10:38 AM
Hi Chuck,
Thank you. Is there a way to hide those button specific to the form or view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2016 10:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2016 09:51 AM
It looks as if you add live_feed=false in the attribute field (not the related list as that attribute appeared to be hidden) on the dictionary collection record of the table you wish to hide it on, it will remove that button only on that table. Note depending upon your version, this field may or may not be on your current form. You could always add that field to the list and list edit without messing with the form layout.
Note that once I entered this in the field, the system automatically added the same attribute to the related list.
Essentially doing the opposite of this article.
Enable record conversations for a table
Please test extensively as I have just found this and have not tested it fully.