Is there an OOB Incident Page / Widget in Service Portal

Markell
Tera Guru

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

1 ACCEPTED SOLUTION

Markell
Tera Guru

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

View solution in original post

7 REPLIES 7

Sai Kumar B
Mega Sage
Mega Sage

@Markell 

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... 

 

 

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

@Markell 

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.