Open Source Software Used by ServiceNow Instance availablity to be used in Script Include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 04:17 PM
Hi,
The "Open Source Software" Link mentioned in "Stats.do" Page list is used or bundled in the Instance ( I think).
If this is the case, are these JS library available to be used in Script Includes and how?
As an example, I see "lodash" listed in this list. Not sure ,if I can use this library in a script Include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 07:44 PM
You can use many of the by including them as dependencies on portal pages.
In many of the new versions of ServiceNow access to some of these libraries and the DOM is disabled by default but you can also skirt these rules by updating a system property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 11:02 PM
Thanks for you reply.
I am not sure which system Property to update to start using the open source software bundled in the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2019 04:26 AM