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 11:15 AM
Do you want just an admin to create a project no mater where? If so just update the table ACL's.
Otherwise you are going to need to see if you can open the workspace in UI Builder to see how the button is setup to know how to get rid of it. But I really do suspect its based on table ACL's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 11:25 AM
Under All projects there is a button "new" which can be hidden inside of the advanced view of sys_declarative_action_assignment list. Now somehow this must be possible to be hidden as well.
Yes, I need currently only admins to be able to create a project.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 11:32 AM
I would just change the ACL's then so only an Admin has create permission.
Looking at the workspace we have installed it looks like there is a script that hides the button only if you do not have the project_manager or admin role. So you may need to also open the workspace in UI builder and update the button "Component visibility".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 11:48 AM
I deactivated the other button, create new module and new button in projects -> all. Which ACL should be deactivated for this button?