How to deactivate project workspace tabs (resources, financials)?

Niclas
Giga Guru

How can I deactivate a tab in the Project Workspace? For example we are not using ServiceNow Financial or Resources Management, so we want to hide that tabs. 

For tab "resources" it seems to be easily possible by removing the resource_user role from it_project_manager and it_demand_manager, but can't find a way to hide the financials tab. 

 

find_real_file.png

4 REPLIES 4

Matthew Glenn
Kilo Sage

There's a UI Macro named "pmview_menu" that may be what you're looking for. 

Be cautious with making changes to out of box configurations. It may lead to issues during upgrades.

Shreya2
Giga Contributor

Hey, 

 

You can follow the below link for the solution.

https://community.servicenow.com/community?id=community_question&sys_id=51d59e1ddbed2b0011762183ca961906 

 

This could be completed by modifying the UI Page “$pmview”and adding the below script to the Client Script. 

 addLoadEvent(function(){

$j('*[data-view="resources"]').find("a").css({"display": "none"});

$j('*[data-view="financials"]').find("a").css({"display": "none"});

});

Hi Shreya,

Need help .!

We have installed the new project workspace plugin sn_pw. in that my client requirement is need to hide the Resource option from the Classic Planning console. as show in the below attached image. 

 

Thanks in advance. 

 

 

philnguyen90
Kilo Contributor

Hi there 

 

Thank you for the above!  Any way we can reorder the tabs?

Example having Status Report showing first

 

Thank you 🙂