Open Source Software Used by ServiceNow Instance availablity to be used in Script Include.

paulkanjirathin
Kilo Contributor

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.

3 REPLIES 3

Community Alums
Not applicable

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.

Thanks for you reply. 

I am not sure which system Property to update to start using the open source software bundled in the instance.