How to upload third part js file and used in widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 08:13 PM
Hi Team,
I want to upload third part js file ,like jquery-ui, datable.js and so on. is it possible to do this?
In the JS include, i don't know how to write the js url.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 09:47 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 10:53 PM
Hi Jonny,
you can do it by both ways. either giving reference to a UI Script or provide a .js file link by "URL".
Please check the OOTB js include record.
- detect.js ( Source: UI Script)
- scripts/libs/selectize.min.js (Source: URL)
check the link below. hope it will help you.
https://libraries.io/github/mccolljr/ServiceNow-Documents
Thanks,
Harshvardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 09:16 PM