Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Show list in modal from UI Page (for selection)

Justin Lee2
Tera Guru

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.

 

9 REPLIES 9

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/

 

 

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

Naveen20
ServiceNow Employee
ServiceNow Employee

Is this plugin installed -> 

Incident Management - Major Incident Management

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...

 

Naveen20
ServiceNow Employee
ServiceNow Employee

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.