- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 12:16 PM
Hello,
I added a simple list widget to my service portal for Incidents. There is a view all option that opens my additional incidents. In this expanded list view, there is an option to create a new Incident. We want to remove this button so users only create by following our custom links on the main page of the portal. How can we remove the new button below.
Any Help would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 12:52 PM
The function for this isn’t in the console where the JavaScript, CSS etc is… Go to the widget and open instance options.
From there add this to the JSON format in the instance.
{
"show_new" : {
"displayValue" : false,
"value" : false
}
Please mark as helpful or if it’s resolved the issue, CORRECT!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 12:23 PM
Hello!
Please review these articles for the solution - https://www.servicenow.com/community/now-platform-forum/hide-new-button-from-the-service-portal/m-p/....
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719225
If my response helped you, please mark it as correct or helpful.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 12:52 PM
The function for this isn’t in the console where the JavaScript, CSS etc is… Go to the widget and open instance options.
From there add this to the JSON format in the instance.
{
"show_new" : {
"displayValue" : false,
"value" : false
}
Please mark as helpful or if it’s resolved the issue, CORRECT!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 07:43 AM - edited 04-03-2024 07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:13 AM
I figured out what my issue was. I was in the wrong place.
Right place.
Wrong place.
Thanks to all you brilliant people out there!