Service Portal Reference Popup Modal Window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:33 AM
I have a custom page within service portal. It is a view where all non - itil users can see any task that they have open. These records were queried from the task table. The business requested to have an icon that they can hover over and see the task details form. This is identical to the "i" icon that is in reference fields.
Here is an example
So when the user hovers over the highlighted i. I want a modal to display like it does on these reference fields
I would guess that I would have some sort of function that I can pass the url with the task's sys id and table as parameters and it would display the record in a modal.
Please help. Thank you guys.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:45 AM
Hi Corey,
Everything you need is described here: Modal Windows in Service Portal - ServicePortal.io - Service Portal, CMS, and Custom Apps
you can also use the spModal API, it works fine :
documentation/spModal.md at master · service-portal/documentation · GitHub
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 12:10 PM
These links show how to do a simple pop up but not show a specific record within a modal. Thank you for your quick response though.