Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Add Tab to My Requests Widget on ESC Portal

Ariel Aharon
Giga Guru

Hello,

 

I have this My Requests widgets on portal.

It contains 2 tabs and a table, search input and a table.

I would like to add another custom tab that contains that table but with fixed filter.

 

ArielAharon_0-1736844345520.png

 

I want the custom tab to contain the same table and layout as the Submitted Requests tab but only with a fixed filter there.

 

 I could see there is a use of a template here <div ng-include"'myRequests'"></div>, but it seems like a hidden or inaccessible component to clone / edit.

 

What can I do to show the same table in the new custom tab?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Ariel Aharon 

it's an OOB widget. you will have to clone it and then edit

Widget name: my-requests-v2

what did you start with?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur, thank you for trying to assist me.

 

I did duplicated it, I added the tab there in the Widget but it seems like the template is inaccessible to edit.

By template I mean the following:

- In yellow is the component I want to duplicate and reedit but cannot find

- In blue is the new tab I created that works as expected.

 

ArielAharon_0-1736848062930.png

 

Hi, Any suggestion with this one?