Hide subToolbar for Project Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2025 08:35 PM
Hi
In project workspace there is a record page whenever from list i open any record Project Workspace Subtoolbar become visible there is a property of it in which i have mentioned my page id as well still its not working
Its working fine for my another page listtest.
Here is my subToolbar property snapshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2025 12:58 AM
Hi @nowitsvashu ,
You can hide the subToolbar (L2 menu) in Project Workspace by using the hideSubToolbar property in the UX Page Properties (adding the page route/name to the hideSubToolbar list) or by overriding the getPlannerSubPageItems method in ProjectWorkspaceHelper (copying from the OOB ProjectWorkspaceHelperSNC) to omit pushing that page menu entry...
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2025 01:13 AM
Hi @kaushal_snow ,
Thank you for your reply.
I've already added my page in the hideSubToolbar property but its not working for record.
