- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month 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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month 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."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Can we utilize all functionalities of form in this widget, if yes means would it possible to share sample of that