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.

GlideModal documentation

prasanna11
Giga Guru

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();

2 REPLIES 2

Aakash Shah4
Tera Guru

Maicol
Tera Contributor

find for endpoint filed in sys_ui_page table