- 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-12-2016 02:59 AM
where are you redirecting it.......in ui action in client script where?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2016 03:01 AM
In Pop up ur calling other UI action in that u might be redirecting,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2016 04:03 AM
In client script -
I can redirect from anywhere.. from client script or UI action

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2016 04:30 AM
use this in UI Action code. if used already, then share your client script code and UI Action code.....becoz client script will execute first then UI action.
action.setReturnURL(current);
or
else use link i shared earlier.
make UI page and then call action from there it will solve your problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2016 05:09 AM
Hi
Actually, I want a UI page like this, this popup is a table view. Can we create a UI page like this with pagination and all..
If so, that will be good. Actually i am very much new to this system. How can we create a UI page with pagination and search functionality in servicenow..