How to load the .js or .min files in servicenow

ramesh_r
Mega Sage

Hi All,

 

I have the following type of files, i need to load in the ServiceNow and I want to call in UI Page 

Please guide me on how to do that. 

I want to add those field in Js include table as URL formate but I am not sure where I have to load and copy the URL

 

find_real_file.png

 

Thanks

Ramesh R

2 REPLIES 2

amaradiswamy
Kilo Sage

Hi,

You need to copy paste the source code in UI scripts. UI scripts are used to  include source code of libraries or .js files in other components (UI pages, service portal widgets etc.,)

https://docs.servicenow.com/bundle/madrid-application-development/page/script/client-scripts/concept...

HI Amaradiswamy,

 

I did folowing steps but its not working

 

Script 1 : Copy past in UI Script

find_real_file.png

 

 

Step 2 : Called that UI script in Js Included

find_real_file.png

 

Step 3 : Call that in UI page

 

find_real_file.png