- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 09:58 PM
Hello Experts,
I want to hide the new button from simple list widget.While clicking in the view all from the widgets it will open up the list and there I need to hide the new button.
Thanks
Saranya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 05:38 AM
Hi Saranya,
This is an old post so I hope you've found your answer by now.
In case you haven't or somebody else comes across this question it is answered here:
Removing the New button from Service Portal List page
Basically, list control is not available in service portal. The way to do this in the portal is to use the widget instance options to hide the new button.
To do that, add the following to the addition options (JSON format) in the widget instance:
{
"show_new" : {
"displayValue" : false,
"value" : false
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 11:32 AM
Hi salu ,
Its the same settings on the list layout for this table, Check the Omit New button and save.
Follow this link Configure list controls
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 10:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 05:38 AM
Hi Saranya,
This is an old post so I hope you've found your answer by now.
In case you haven't or somebody else comes across this question it is answered here:
Removing the New button from Service Portal List page
Basically, list control is not available in service portal. The way to do this in the portal is to use the widget instance options to hide the new button.
To do that, add the following to the addition options (JSON format) in the widget instance:
{
"show_new" : {
"displayValue" : false,
"value" : false
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 09:32 PM
Thank you
I ready figure it out