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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @PatriciaA987250 ,
The solution you provided worked perfectly — thank you!
However, since modifying the OOB (Out-of-Box) Script Include is not recommended, I’m planning to create a custom copy with my changes. Could you please advise where I should attach or reference this custom Script Include in UI Builder to make it work properly?
Thanks
