how to hide baseline button from new project workspace

PatriciaA987250
Tera Expert

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

PatriciaA987250_0-1728042639515.png

 

5 REPLIES 5

Hi Damian,

Thank you for reaching out to me. I truly value your guidance and support. I tried your solution, but it didn’t work, so I opened a case with ServiceNow. The changes need to be applied through a script include.

 

Steps as follows:

1. Go to script include 'projectworkspaceconfig'

2. Modify the line as below
From: blackListedActions['baselineButton'] = !gs.hasRole('project_manager');
To: blackListedActions['baselineButton'] = true;