Pop-up with a table of markable records (Add incidents to problem)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2020 07:42 AM
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":
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2020 09:03 AM
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"
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2020 05:29 AM
Hi Ankur.
Thanks for extending my question. But i still got no solution..