- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 05:39 AM
I would like to know how to disable the option to delete project from the planning console(new version) in sandiego
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 11:50 AM
I found under sys_declarative_action_assignment you can find the delete record on project table and mark it inactive and it does not show in the more actions list in the new project workspace.
I am still trying to hide the new project button as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 05:55 AM
HI
This button is controlled by the create ACL on pm_project table. So whoever has access to create Projects will see this button. Got the information from here - Authorise Access to Planning Console Buttons; tested it and it looks like this is correct.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 11:51 AM
That was the case on the old planning console, does not appear to be the same on the new planning console. However, setting that ACL properly will prevent them from actually being able to delete, though it just gives a blank error banner when they attempt it (just the red error message banner without a message).
I'm trying to find how to hide it as well along with hiding the new project option on the new project workspace. Please do post the solution if you find it and I will do the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 11:50 AM
I found under sys_declarative_action_assignment you can find the delete record on project table and mark it inactive and it does not show in the more actions list in the new project workspace.
I am still trying to hide the new project button as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 08:26 AM
Hi,
Thank you for your response and its helpful. You can disable the new project button by commenting the lines 32- 36 in the macro "pm_home".
Thanks,
Indu