
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 06:19 AM
Hi Guys
Not sure If I am just looking in the wrong place or using the wrong wording, but can't seem to find an OOB "Incident" Page or Widget on the Portal Configurator?
Can anyone provide me the Page or widget ID/ Name? I just intend to put the link in a simple Icon Widget tbh
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 05:31 AM
Hi Guys found the best methodd to help me in the answer provided by @Sanket13 on this Post:
https://www.servicenow.com/community/developer-forum/service-portal-to-display-record-producer/m-p/1...
I basically used a record producer and linked to it via An Icon Widget using the URL.
Thanks for Help from all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 07:06 AM
You can use the OOB "Form" page at the portal to view the Record information. The only thing is you have to pass the table name and record sys_id in the form page URL. You can use the below URL as a reference in your custom widget to route users to the form page accordingly. The URL must be dynamic with the table name and record sys_id you can set it in your custom widget logic as per your requirement.
Sample URL - https://[instance_name].service-now.com/sp?id=form&table=<pass the table name>&sys_id=[pass the reco...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 08:47 AM
Hi Sai
Thanks for responding. This didn't work for me. I copied the URL of the new Incident page but it just shows as Record not found on the portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 09:10 AM
Have you configured the URL as per your requirement?
Please replace the instance name, table name, and record sys_id, If possible share the URL you're using by masking the instance name.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 09:11 AM - edited 01-24-2023 09:12 AM