
- 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
‎07-18-2019 07:55 AM
Hi Rudhi,
Is the functionality working with GlideDialogWindow?
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
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
‎07-18-2019 07:58 AM
Yes,
- 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
‎07-18-2019 08:23 AM
Hi, Ankur
I am using London version.
that thing has solved now, issue was in the function.
yes, i have already gone through that link.
thanks for your response.