We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Need to add custom table records to the My Request in the portal

Nagashree5
Tera Contributor

Hi All,


I have created a scoped app called Automation and created a table called Automation Cases. For the scoped app, I have created a new portal as well, In the header I'm using the OOB My requests Menu Item like below.

Nagashree5_0-1675253958382.png

Currently, it shows the incidents, Request items which are opened or closed. Here, I want to show the Automation cases as well. How do I achieve this.

Could anyone please guide me.

 

Thanks in Advance,

Nagashree.

1 ACCEPTED SOLUTION

Not applicable

Hi @Nagashree5 ,

 You will need to create a record in the request_filter table and it would start showing up in the My Requests.

SandeepDutta_0-1675262156757.png

 

 

View solution in original post

3 REPLIES 3

Mike_R
Kilo Patron

Add it to the table "My Request Filter"

instanceName.service-now.com/request_filter_list.do?sysparm_query=active%3Dtrue&sysparm_view=

 

And then configure the standard ticket page for that table

instanceName.service-now.com/ticket_configuration_list.do?sysparm_query=active%3Dtrue&sysparm_view=

 

Not applicable

Hi @Nagashree5 ,

 You will need to create a record in the request_filter table and it would start showing up in the My Requests.

SandeepDutta_0-1675262156757.png