Disable "delete project" option from New planning console - Project workspace sandiego

Community Alums
Not applicable

I would like to know how to disable the option to delete project from the planning console(new version) in sandiego

1 ACCEPTED SOLUTION

holly-t
Tera Guru

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.

View solution in original post

8 REPLIES 8

Community Alums
Not applicable

HI @indunomula ,

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

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.

holly-t
Tera Guru

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.

Community Alums
Not applicable

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