- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2020 12:39 AM
Can we pass any url in GlideDialogWindow?
my actual scenario:
Just like when we click on any reference field lookup..a pop up appears with values referring to the table.
Similarly i am trying to use a ui macro and use glidedialog inside it and pass some url which should show me list of values.
I have used this:
var w = getTopWindow();
w.popupOpenFocus(url, 'related_list', 200, 300, '', false, false);
this is working fine but it's opening a new tab.I want it like a popup that's why trying to use glidedialogwindow
Is this feasible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2020 09:07 AM
I believe GlideDialogWindow only accepts the ui page name or show_list
Refer below links for help
GlideDialogWindow : Help to open in a new window
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
‎09-23-2020 07:39 AM
Glad to know that my comment helped.
If this is resolved please close the thread by marking appropriate response as correct and helpful.
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
‎10-09-2020 02:11 AM
I could see you have marked my response as helpful.
Let me know if I have answered your question.
If so, please mark appropriate response as correct & helpful so that this thread can be closed and others can be benefited by this.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader