Build and install an application in the ServiceNow IDE
Build an application to compile its source code and install application changes across an instance from the ServiceNow IDE.
Before you begin
Create, convert, or clone an application and add it to your workspace. For more information, see Adding applications in ServiceNow IDE.
Role required: admin
About this task
When you build an application, ServiceNow Fluent code is compiled into application metadata, and modules in the application are added to the EcmaScript Module [sys_module] table on the instance.
Procedure
Result
The application is updated across the instance to reflect your changes. Other users can modify the application metadata simultaneous with modifications to the source code. Also, other developers can reuse module code in other modules or scripts within an application.
If you need to ensure that the metadata on the instance matches the metadata in the installation package, you can uninstall and reinstall the application on the instance using the Fluent: Reinstall Fluent App command from the command palette. For more information, see ServiceNow IDE commands.
What to do next
Use source control to stage, commit, and push your changes to a remote Git repository. For more information, see Using source control in the ServiceNow IDE.