- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 03:04 AM
I am creating a service now application where I want to a menu link and when I click on that I need to run some custom HTML/Javascript. Can someone please help me find out the right way to do this. This UI loads some data from external URL and show it in right side panel.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 07:24 AM
You can call a ui page url from a module in the leftnav with pagename.do. In your UI Page you can use whatever custom html/javascript you want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 07:24 AM
You can call a ui page url from a module in the leftnav with pagename.do. In your UI Page you can use whatever custom html/javascript you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 10:37 PM
Thanks Brad.