Resolved! Pass params from UI Action to UI Page
Hi all,I have a UI action that calls UI Page. I used the new GlideDialogWindows to render the UI Page as popup function PopUIPage(){ var sysIds = g_list.getChecked(); var gdw = new GlideDialogWindow('ui_page'); gdw.setSize(750,300); gdw.setPrefer...
