UI page in application menu

asit_vachhani
Giga Contributor

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.

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


asit_vachhani
Giga Contributor

Thanks Brad.