Restrict new project button in Project workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 10:57 AM
Is there a way to restrict this button visibility in project workspace so that only admin can see it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 12:03 PM
The pm_project tables create acl(s). You will need to disable the existing ones and add a new one that has only the admin role.
But that still may not get rid of the button because of how ServiceNow added it. You may also have to update the workspace using UI Builder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 01:02 AM
No, I am looking for another solution. Hopefully without UI Builder change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 12:55 AM
hello @PetarK are you able to hide that button? i am also searching the solution for that button. still didnt get anything yet. if you can just help me to hide it. it would be really appreciated. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 04:14 AM
We can hide or restrict the buttons from the respective page
- Go to application navigator -> UI PAGE -> Select project workspace -> click home default
- This will take you to the home page of the project workspace.
- Now click the "New project" button.
- On the right side, you should see "component visibility," which is responsible for restricting it.
Modify the script as per your requirement and test it (See the snapshot attached below)
Once you save the changes, it should look like this.
Note: Change the scope to "Project Workspace" before you make the changes.
