UI page render via GlideModal goes to a blank white screen!
Hi, I am trying to open a UI page with GlideModal with the following code from a UI action in the global scope. client: checked onClick field: open(); function open(){ var gm = new GlideModal('ui_page'); gm.setTitle('Show title'); gm.setWidth(550);...