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.