Tutorial part 1: Create an application in the ServiceNow IDE
Create an application that you can develop in source code in the ServiceNow IDE.
시작하기 전에
Role required: admin
이 태스크 정보
In the ServiceNow IDE, you can develop applications in source code using ServiceNow Fluent to define application metadata [sys_metadata]. You can also create JavaScript modules and use third-party libraries to organize and reuse code within an application scope. For an application to support development in source code, you must create an application or convert an existing application using the ServiceNow IDE or ServiceNow SDK. In this tutorial, you create a scoped application from the ServiceNow IDE.
프로시저
다음에 수행할 작업
Continue to Tutorial part 2: Initialize a repository for your application.