Show incidents details in a widget

kaustubhdub
Tera Contributor

I want to show incidents details in a widget. What are the ways to do the same? What approach should I follow?

 

1 ACCEPTED SOLUTION

amitshishod
Tera Guru

You can use OOTB "Simple list " widget and fill the details like table, filter, Display field, etc as per your requirement. It will show you a list of incidents you want to display.
I am sharing a screenshot for the reference.

amitshishod_0-1737618862542.png

 

The output will be like 

amitshishod_1-1737619055433.png

 


One more way is to use custom widget and do coding using GlideRecord and ng-repeat(Please Reply if you need code).
I would recommend you to go with OOTB Widget.
Please mark my answer correct and helpful if it helps you. Please reply if you need anything else.

View solution in original post

1 REPLY 1

amitshishod
Tera Guru

You can use OOTB "Simple list " widget and fill the details like table, filter, Display field, etc as per your requirement. It will show you a list of incidents you want to display.
I am sharing a screenshot for the reference.

amitshishod_0-1737618862542.png

 

The output will be like 

amitshishod_1-1737619055433.png

 


One more way is to use custom widget and do coding using GlideRecord and ng-repeat(Please Reply if you need code).
I would recommend you to go with OOTB Widget.
Please mark my answer correct and helpful if it helps you. Please reply if you need anything else.