
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 06:40 AM
this below code is for that,
the below given ui page is working fine with Glide Dialog Window
function show(){
var gm = new GlideModal("demo_page_action");
gm.setSize(600,800);
gm.setTitle('Show title');
gm.render();
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 07:59 AM
Hi Rudhi,
Which version you are using?
did you go through this link:
https://developer.servicenow.com/app.do#!/api_doc?v=london&id=r_GMODV3-GlideModal_S_B_N_N
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
08-05-2020 06:31 AM
Hi,
Can you put your working code for the glidemodal in here? Finding examples of this is tough-