- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 06:42 AM
How to redirect to the parent window from the dialog window.. Any idea on this ?
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 06:50 AM
Hi Randeep,
Use response.sendRedirect(yourURL); method in processing script of your UI page to redirect it to whatever page you want.
Thanks,
Sai.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 08:09 AM
Destroy the window and you will be back to your main page.
http://wiki.servicenow.com/index.php?title=GlideDialogWindow_API_Reference#destroy.28.29
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 10:44 PM
Hi Kalaiarasan,
I want to refresh the main page, after destroying the window. Any options ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 10:53 PM
Save the form or refresh?
for save, use g_form.save()