Set Return URL as URL parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2016 06:09 AM
When creating new module - is it possible to set redirect URL as URL parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:21 PM
Hi,
don't you see that I've asked a bit different question ... I want to set this parameter not through "action" object, but via URL

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:26 PM
yeah, as per your below qn :
I'm invoking New Change Request Creation from UI Page using "sys_id=-1" however after submission it gets redirected not to list of Change Request but to always different pages
how do I set ReturnURL and is it possible via URL? I want to be redirected to change list after Change Submission without editing Submit button
So I provided the code where do we used to set the return url.
Better you can provide the code/logic which you have written, so that I get an idea what exactly happens over there!
Thanks,
Priyanka R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:43 PM
I leveraged action.setReturnURL as workaround, but my question was how to achieve the same without using action.setReturnURL, just using window.location ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:47 PM
Can you please check the below link for your references :
https://www.servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
https://www.servicenowguru.com/system-ui/glidedialogwindow-quickforms/
Thanks,
Priyanka R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:59 PM
I don't see correlation of GlideDialog to this question, do you see?