Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

In the Project Workspace My Projects tab can you filter for active projects for two project managers

LucilleS
Kilo Contributor
 
1 REPLY 1

HarishKumar6668
Tera Expert

Hi @LucilleS,

 

1. Navigate to UI Builder, search for Project Workspace and open it.
2. From the list of pages, open the Home Page.
3. The tabs along with their filters are driven by the Get Project Tabs Transform Data Broker. You can confirm this from the screenshot below.Project Workspace Home Page.png4. Open that Get Project Tabs Transform Data Broker (sys_ux_data_broker_transform) and modify the script to add your required filters for each tab. For example, I have added an additional condition active = true for my projects tab as shown in the screenshot below.
Transform Data Broker.png

 

5.From the below screen shot you can see that four filters were applied previously it used to be three filters.
My Projects tab.png

If you find this useful, please mark it as Helpful or Accept it as the Solution.

Regards,
Harish