is there's an existing widget that can be used that shows a specific form view??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
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
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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."