- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 02:06 PM
Hi,
I am trying to create a button to the right side of a field, within the incident form, that will redirect to https://google.com, in a new tab, when clicked.
Here is the button:
Here is the UI Macro code:
Everything I have tried thus far renders the same result, which is a blank page within the current servicenow tab.
Note: Trying to open google.com for testing purposes only. Once I am able to perform that step, I will proceed to leveraging the above 'FS Incident ID', in order for our support engineers to navigate to our Monitoring console.
I was able to get a UI Action form button to work just fine, but I would like to be able to provide an additional option to our support staff.
Thanks,
Chris A.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 02:50 PM
With the help of barshaNow, we were able to figure out that the following code works for a UI Macro:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 03:28 PM
Hi,
Yea, lesson learned for sure, never name your stuff with anything that can be confused by the system..stuff like:
value...name...open...return...variable...etc.
Glad you got it sorted out!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!