Service Portal Dynamic Widget

t7
Tera Contributor

Hi Community , I need to fetch the data from a table and I want to display it on the service portal page with some basic html and CSS design.

1 ACCEPTED SOLUTION

Kalyani Jangam1
Mega Sage
Mega Sage

Hi @t7 

 

Please check below link, in which it fetch incident table record

https://www.servicenow.com/community/itsm-articles/very-simple-method-to-show-incident-list-on-porta...

 

Below link it will show as per logged in user, its assigned incident and child incident record in 2 different table

https://www.servicenow.com/community/developer-forum/display-list-of-parent-incidents-with-all-child...

 

you can take reference of above information and build as per your requirement.

Please Mark Helpful and Correct if it really helps you.

View solution in original post

2 REPLIES 2

Kalyani Jangam1
Mega Sage
Mega Sage

Hi @t7 

 

Please check below link, in which it fetch incident table record

https://www.servicenow.com/community/itsm-articles/very-simple-method-to-show-incident-list-on-porta...

 

Below link it will show as per logged in user, its assigned incident and child incident record in 2 different table

https://www.servicenow.com/community/developer-forum/display-list-of-parent-incidents-with-all-child...

 

you can take reference of above information and build as per your requirement.

Please Mark Helpful and Correct if it really helps you.

t7
Tera Contributor

Hi @Kalyani Jangam1  thank you so much.