The CreatorCon Call for Content is officially open! Get started here.

is there's an existing widget that can be used that shows a specific form view??

ManikandanP7586
Tera Contributor

Hi everyone,
I’m working on a requirement where I need to display a specific form view using a widget. Before building something custom, I’d like to know:

  • Is there an out-of-the-box widget that can render a form view for a specific record or table?
  • If yes, can that widget be configured or customized to show only the required fields?

    #portal #servicenow #widgets
2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@ManikandanP7586 

form widget is OOTB and renders form from table.

This widget can be included in any portal page

you can create a new form view and include fields in that which you need to show

then when you call the portal page pass the view name so that form widget uses this view to render form

Form widget 

AnkurBawiskar_0-1759496056367.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

vignesh parthib
Tera Expert

Hi @ManikandanP7586 

 

Yes! The widget you’re looking for is: Form Widget (OOB)

  • Name: Form
  • ID: sp_form
  • Location: Available in the Service Portal
  • Purpose: Renders a record form for any table/record using a standard or custom form view.

ServiceNow SP Form ServiceNow - SP Form 

 

Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."