Posting to External URL via UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2013 07:05 AM
Does anyone know if either of the following two are possible:
1. Redirect to an external URL for a UI Action (using a form button and the action.setRedirectURL() function). I can get it to link to an external URL, but the URL shows within the ServiceNow Iframe. I'd like to open a new tab/window to display the external URL.
2. Is it possible to execute a POST rather than a GET when redirecting to the external URL from #1?
Thanks for any input.
Brandon
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 01:46 AM
Pradeep Sharma's Blog was this problem can be solved using Server Side Script. I have to call customized URL using action.setRedirectURL. I want to pass parameter of Processors on click of UI Action . How it can be done?