How to add Form that has Tabs and Related List within Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2016 11:23 AM
Hi guys, apologies for bombarding the community with a lot of questions but I am new to ServiceNow and have only started playing around Service Portal.
I need to call a Form that has tabs and related lists within the Service Portal. At the moment I created a widget that has an IFRAME that displays the Form. I know this is not ideal and most importantly not responsive. Is there any other way to do this within the Service Portal?
I am unable to use the URL to load a form as specified in my issue below as it displays all the tabs all at once making the form too lengthy. I would really appreciate any help on this. Thanks very much.
Rendering Form within Service Portal for custom table not working
Thanks
Regina
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2016 10:22 AM
reginabautista, you would need to create a custom widget to do this... it's not *that* difficult because you can embed the form and list widgets and the custom widget just creates the outer container and tabs. However it does require some custom development and understanding of how to embed widgets.
We're actually working on our own version of the form widget which includes tabs and related lists. We will be releasing it through the new widget store opening up soon on http://serviceportal.io, I'm not sure on pricing yet but if you shoot me an email I can let you know once it's available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2016 03:16 AM
nathanfirth thanks for the reply. I created a widget and have the iframe added to the html
<iframe name='renderer' id='renderer' width="100%" height="520" frameborder='0' src={{data.url}}></iframe>
and pass this to the iframe
data.url = sTblList+ 'opened_by='+sUser_Id+'^active=true';
This works fine for now but not responsive for the list views. The form is working ok as it has always been responsive.
As I only have 4 days to complete this I guess this is OK for now. Hope to see more info on how to do this correctly here in the community. It seems there's not much info out there about Service Portal which is really a let down.
Anyway thanks for the reply, appreciate it!
Regina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 07:26 AM
Hi Regina,
Did you ever figure out how to incorporate tabbed forms and related lists in service portal?
Regards,
Rahul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 08:44 AM
Hi Rahul I know that Nathan Firth has provided a free widget for the related list. Personally I haven't used it but it looks great.
Here's the link:
Free Service Portal Widget: Related Lists
I'm not sure about tabs though. nathanfirth, can this be used for form tabs too?
Thanks
Regina