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.
시작하기 전에
Create, convert, or clone an application and add it to your workspace. For more information, see Adding applications in ServiceNow IDE.
Role required: admin
이 태스크 정보
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.
프로시저
결과
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.
다음에 수행할 작업
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.