How Display a table list View In UI Page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi All,
I have a requirement where I have to show all the incident list view in ui page which having the selected configuration item from catalog variable.
PLEASE HELP AND LET ME KNOW IF THERE IS ANY OTHER APPROACH THAT I CAN FOLLOW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @keshav77 From catalog variable where you have to render the incident list in catalog form in portal or classic view?
Regards,
Krishnamohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi @keshav77 ,
Your <iframe> approach will work for displaying the native list view. However, for a more modern and flexible solution, it’s best practice to use a Service Portal Widget or a UI Page with a GlideRecord query. These options give you full control over the UI, avoid iframes, and provide a cleaner user experience.
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.