Build and install an application in the ServiceNow IDE
Build an application to compile its source code and deployinstall application changes across an instance from the ServiceNow IDE.
Vorbereitungen
Create, convert, or clone an application and add it to your workspace. For more information, see Adding applications in ServiceNow IDE.
Create or clone a scoped application with the ServiceNow IDE. For more information, see Create an application with the ServiceNow IDE or Clone a Git repository with the ServiceNow IDE.
Role required: admin
Warum und wann dieser Vorgang ausgeführt wird
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.
Prozedur
Ergebnisse
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.
Nächste Maßnahme
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.