GlideModal documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2017 02:32 AM
In the below code , what does the 'show_list' point to. I checked in UI pages but its not there. Also is there any good documenatation about GlideModal?
var gdw = new GlideModal('show_list');
gdw.setTitle(title);
gdw.setSize(750);
gdw.setPreference('table', 'task_list');
gdw.setPreference('sysparm_query', "numberSTARTSWITHinc^ORnumberSTARTSWITHRITM^ref_incident.caller_id="+g_form.getValue(reference)+"^ORref_sc_req_item.request.requested_for="+g_form.getValue(reference)+"^opened_atRELATIVELE@dayofweek@ahead@60^ORclosed_atRELATIVELE@dayofweek@ahead@60");
gdw.setPreference('title', 'A New Title');
gdw.render();
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2017 02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 09:53 AM
find for endpoint filed in sys_ui_page table