Tutorial part 1: Create an application in the ServiceNow IDE
Create an application that you can develop in source code in the ServiceNow IDE.
Before you begin
Role required: admin
About this task
In the ServiceNow IDE, you can develop scoped 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 scoped applications. For an application to support development in source code, you must create a scoped application or convert an existing scoped application using the ServiceNow IDE or ServiceNow SDK. In this tutorial, you create a scoped application from the ServiceNow IDE.
Procedure
What to do next
Continue to Tutorial part 2: Initialize a repository for your application.