- 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-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
‎10-11-2020 09:58 PM
Hi Ankur,
Thanks for providing me the links.
Second link helped me to solve my question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2020 08:13 AM
Hope you are doing good.
Let me know if I have answered your question.
If so, please mark appropriate answer as correct & helpful to close the thread.
If not, please let us know if you need some more assistance.
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 05:25 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