- 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 11:05 PM
I want to refresh the parent window ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:06 PM
location.reload(); should work I think

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:28 PM
GlideDialogWindow: Advanced Popups Using UI Pages - ServiceNow Guru
Go to this link.....You can see a script in comments, which shows what should you do to redirect it to specific URL.
Thank you,
ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:29 PM
I will explain -
Actually I have a Button ( UI action ) in incident form screen, not in incident list screen. When I click on that button it is calling a dialogwindow, and there is again another UI action as List choice option ( Actions ), after that successfull opeartaion, dialog window is destroying and page is redirecing to incident List page not in the incident form screen. Actually I am updating the incident notes from the dialog window so that I want users should see the notes after destroying the dialog window, to see the notes that page should refresh right ?
I have tried to use location.reload and setRedirect( ) but i dont know how to refresh the inicdent form screen ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:33 PM
Now tell me where you want to redirect after destroying your dialog window..on list or on form