Pop-up with a table of markable records (Add incidents to problem)

Andre Kosak
Tera Contributor

Hi all,

When viewing a Problem records where are possibilities to add some incident or changes from related lists. If you click "Add" button, a pop-up comes with a nice table view. The table could be filtered and records could be marked as "selected":

find_real_file.png

The Pop-up is being rendered by the expression new GlideModal("incident_add_records") in the UI action. Bu i cannot find sources of this modal.

Does anyone has the source code of such UI page or maybe anyone has reverse-engineered it? I would like to have the same UI page for another modules (tables).

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Andre Kosak 

That should be UI page but we may not be able to access that as admin/developer.

If you refer the UI action script it calls Script Include first using GlideAjax

It is getting url from there for that UI page and then passing that url for opening in the callback method

Then it is calling UI script using "ScriptLoader"

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankur.

Thanks for extending my question. But i still got no solution..