how to hide baseline button from new project workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 05:01 AM - edited 10-04-2024 05:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 06:46 AM - edited 10-22-2024 09:53 AM
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;