Show list in modal from UI Page (for selection)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2019 09:13 AM
I am developing a UI Page. The requirement is to add a button that allows the user to select a particular record from a table (in a popup).
Is there a solution for this that would show ServiceNow's list control in a modal, or do I have to create an additional page for the selection, and show that in a modal? It would be nice to not have to build a new page and implement the sorting/filtering/etc that is already present in SN's list page.
Note: The button is on a UI Page, not a form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 07:06 AM
Hi Naveen.
The release is Madrid Patch 7a, it is a vendor instance created a few months ago. (yes, UI16)
I pasted the url you specified after the instance url, and it says "Record not found".
To confirm what I did: I added your url after https://[instance].service-now.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 07:11 AM
I also went directly to the UI scripts lists (in System UI), and searched by API Name for: sn_major_inc_mgmt.workbench
No results. Actually, no scripts started with sn_major
Thanks,
Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 08:34 AM
Is this plugin installed ->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 09:48 AM
That plugin is not active. I can activate it if you want, however, before I do -- what does Incident management have to do with the GlideModal? We are developing an application for the SN store: Will we need to require the Major Incident Mgmt plugin just to use a GlideModal? I'm a little confused...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 05:08 PM
The plugin is not related to GlideModal. GlideModal can be used even without that plugin. I was just pointing to that piece of code where GlideModal was used.