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
1 ACCEPTED SOLUTION

@ManikandanP7586 

there are lot of OOTB pages which use this

you can check in instance.

I believe I answered your original question.

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

View solution in original post

8 REPLIES 8

Can we utilize all functionalities/configurations of form in this widget, if yes would it be possible to provide one example. i need to show list when i click the list it redirects to that form with existing record.

@ManikandanP7586 

there are lot of OOTB pages which use this

you can check in instance.

I believe I answered your original question.

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 Guru

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

Can we utilize all functionalities of form in this widget, if yes means would it possible to share sample of that