- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi all,
I have created a custom role which I want to use to grant non-IT users access to view certain projects only, and Following the kb article below I have created an ACL for "now.workspace.project.*", that has allowed the workspace link to become visible when impersonating them, however when I open the workspace it still says they do not have permission to view the page. What else is required? If I go to pm_project table they can view the projects I want them to view (have already created the ACLs for pm_project and pm_project_task).
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1220210
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Raghav,
I have adjusted the way I set up the custom ACL and given them the main role to access project table which allows them to view project workspace correctly.
I'm now using Deny Unless ACL to restrict their access to projects which works since it takes precedence over the "Allow If" ACLs, so while they have the main it_project_user role they can't see other projects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Raghav,
I tried adding an ACL for now.workspace.home and now.workspace.project.home but neither made a difference, the same empty home page shows as per below. I assume creating the ACL for now.workspace.project.* will be sufficient to cover all pages within the workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes that should be sufficient but what do you have on homepage, any dashboard containing reports?
if the custom role does not have access to that dashboard and/or the table on which the reports are created, the page will be empty.
I believe you have figured out the ACL and that is fine , next step is see what report/ dashboard are displayed on homepage and give add role to those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Raghav I have not made any additions to the out of box project workspace but yes I assume this new experience is rendering something in that homepage, but I don't know where to find it.