Use third-party libraries in applications with the ServiceNow SDK
Call third-party libraries in your application to use existing open-source functionality with the ServiceNow SDK.
시작하기 전에
Create a JavaScript module. For more information, see Create and use JavaScript modules in applications with the ServiceNow SDK.
Role required: admin
이 태스크 정보
Third-party libraries are added to applications as JavaScript modules. For general information about the syntax used to create JavaScript modules, see the JavaScript modules page on the MDN Web Docs website.
중요사항:
You can't use third-party libraries that rely on unsupported functionality, such as unsupported APIs or ECMAScript features. For more information about unsupported functionality, see Third-party library support in Australia and JavaScript modules and third-party libraries.
프로시저
다음에 수행할 작업
Build and install your changes on an instance. For more information, see Build and install an application with the ServiceNow SDK.