How to hide "Create baseline" button from new project workspace Financials tab

RitaV
Tera Contributor

Hi 

There is requirement to hide baseline button under planning tab from the new project workspace. Please provide step by step guide to achieve this. Thank you!

RitaV_0-1741091187296.png

 

2 REPLIES 2

Bhavya11
Kilo Patron

Hi @RitaV ,

 

Can you try something like below

 

Goto Script include called "ProjectWorkspaceConfig" in 'getBlackListedActions' function change

blackListedActions['baselineButton'] = !gs.hasRole('project_manager');
to this:
blackListedActions['baselineButton'] =true;
 
 
If my response helped please mark it correct 
 
Thanks,
BK



 

RitaV
Tera Contributor

Thanks for your response! However, the solution you proposed does not address the 'Create Baseline' button in the Financials tab. The change you suggested is specifically for hiding the Baseline button (icon) on the Planning tab in Project Workspace.