
servicenow_live
Tera Contributor
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-24-2020 06:31 AM
Very Simple Method to Show Incident List on Portal Page
Using Widget we are going to show the list of Incident’s on Portal Page. Follow the below simple steps to develop the logic.
(Note: to get the Source Code click here --> http://bit.ly/2J2DJBU)
Steps:
Step 1 – Create new Widget
- Navigate to Service Portal> Widgets.
- Click New to create New Widgets.
- Name: Incident List
- ID: inc_list
- HTML:
-
CSS:
Server script:
Step 2 – Create new Page
- Navigate to Service Portal> Pages.
- Click New to create New Page.
- Name: Incident List
- ID: incident_list
- Save the Page
- In Related List click Open in Designer ➚ (this will open in NewWindow)
- First drag and Drop the Layout (mentioned in the screenshot)
- Search the Widget by name Incident List and drag and drop into the page.
- In Portal Page Designer right corner click to Preview the page (Refer Screenshot below) or follow the link by replace your instance -> https://devxxxxx.service-now.com/sp?id=incident_list
Output:
(Note: to get the Source Code click here --> http://bit.ly/2J2DJBU)
- 6,768 Views