Libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I am using the following external libraries in a ServiceNow widget:
Currently, I have added these libraries in the Widget Dependencies, and the functionality is working as expected.
However, for better security and maintainability, I want to move these libraries to a UI Script instead of loading them directly from external URLs.
I tried copying the contents of all three files into a UI Script, but it is not working correctly.
Could someone explain the correct way to upload and use these libraries via UI Scripts in ServiceNow, and how they should be referenced inside the widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Only impact here is that in future if those JS is enhanced with feature, it will not be reflected in servicenow .
Check this post for your query:
