- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:08 AM
Dear SPM experts,
We are using Xanadu version.
In our system, the users with it_project_user role are able to view the projects in read-only mode.
However the users with it_project_manager role are getting a message
"Loaded grid as read-only due to invalid dependencies"
Although we have modified ACLs, but I noticed that the tasks are not loading for the users with it_project_manager role. Surprisingly for it_project_user role the tasks do load.
I tried debugging for security but no luck. What else can I try to troubleshoot?
We have projects and sub-projects and each could have tasks/phases.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:53 PM
OK, this got resolved.
There was a before-query business rule on pm_project table that had custom script that was stopping the task display/read for role it_project_manager. This was fixed and issue is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 11:47 PM
yes works fine for admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 02:27 AM
@Ankur Bawiskar yes it works fine for admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:53 PM
OK, this got resolved.
There was a before-query business rule on pm_project table that had custom script that was stopping the task display/read for role it_project_manager. This was fixed and issue is resolved.