Posting to External URL via UI Action

brandon_chamber
Kilo Contributor

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

5 REPLIES 5

agathaarlo
Giga Contributor

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?



pradeepksharma