- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 04:21 AM
Hi,
I want to disable the New Buttn at the Dashboard Overview Page. I have no idea where I can confire that or find this page in ServiceNow
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2018 03:00 PM
From what searching I did, it does not appear that the code for the Dashboards Overview page is accessible to customers.
That said, the display of the New button is controlled by the create ACLs on the pa_dashboards table. The default out-of-box rules allow any user with roles to create a new dashboard.
If you would like to hide the button to prevent certain users from being able to create new dashboards, then you can simply edit the ACLs to require a certain role or advanced condition. The new button will be removed on page load for users who do not have the ability to create new dashboard records. (Annoyingly, the button displays for a brief second before being removed from the DOM.)
I hope this helps. See the image below where I've hidden the new button for some users in my developer instance:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2018 03:00 PM
From what searching I did, it does not appear that the code for the Dashboards Overview page is accessible to customers.
That said, the display of the New button is controlled by the create ACLs on the pa_dashboards table. The default out-of-box rules allow any user with roles to create a new dashboard.
If you would like to hide the button to prevent certain users from being able to create new dashboards, then you can simply edit the ACLs to require a certain role or advanced condition. The new button will be removed on page load for users who do not have the ability to create new dashboard records. (Annoyingly, the button displays for a brief second before being removed from the DOM.)
I hope this helps. See the image below where I've hidden the new button for some users in my developer instance:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 08:25 AM