We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Create Custom widget that create New incident form portal

mahi6
Tera Contributor

Hi Team,

 

I want to create a Custom Widget that can be used for creation of new incident record from portal.

3 REPLIES 3

AlpUtkuM
Mega Sage

I would suggest you to create a Record Producer first. It must create records on Incident table and you can name It something like "Report an Issue". Then you need to create a new widget on the portal showing the record producer accordingly. You could check the videos below to find out how to create a record producer. 

 

Then this link explains how to create a widget to show the record producer on the portal : https://www.servicenow.com/community/itsm-forum/how-to-add-record-producer-in-widget-in-service-port...

 

https://www.youtube.com/watch?v=WSGC5KQ1a9k

 

https://www.youtube.com/watch?v=aKpqWKL2Q_o 

In this video, we demonstrated how to create a Record Producer. We have started by presenting a live example of a record producer that is represented by creating an incident using the Service Portal and moving toward the administrative side and showcasing a template on how the "Create Incident" ...

mahi6
Tera Contributor

HI Alp,

I want to create custom widget that can be used to create incident record, not using record producer and all.

Hi Mahi6, unfortunately you can't create a record directly on the patterns tables of ServiceNow. You should to use a Record Producer to do this.