Customize Project workspace status report

Vinay Nimbalkar
Mega Contributor

How to hide button for project user rolefind_real_file.png

1 ACCEPTED SOLUTION

Thanks Miguel!

I found out Macro "pmview_status_report_menu" and its working what I wanted. also Macro "pmview_menu" & SI "PMViewDataUtils" is help full too.

 

View solution in original post

2 REPLIES 2

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hi,

OOTB, a user with the it_project_manager role, are the only ones allowed to create new Project Status reports. So if the user doesn't have that role, the button isn't functional. While the button is still visible, they can not use it. If you still want to control the visibility, the menu code is found in the "pmview_menu" UI Macro.

 

find_real_file.png

Thanks Miguel!

I found out Macro "pmview_status_report_menu" and its working what I wanted. also Macro "pmview_menu" & SI "PMViewDataUtils" is help full too.