Edit an existing application using Build Agent
Learn to use Build Agent to update or enhance ServiceNow applications.
始める前に
Install and enable the Build Agent. For more information, see Install Build Agent.
Role required: admin
このタスクについて
To edit an application with Build Agent, it must be open in your workspace in the ServiceNow IDE. Here are a few ways to add an application to a workspace:
- Applications created with Build Agent are automatically added to the workspace in which they were created. They can also be opened in other workspace in the ServiceNow IDE.
- For applications that were not developed using the ServiceNow IDE or SDK, you must convert them into Fluent format to enable development within the Build Agent. You can prompt the Build Agent to use the Open App tool to locate the desired application. Alternatively, you can search for an application directly within the Build Agent, and it will automatically utilize the Open App tool. The Open App tool can find an application, convert it to Fluent format, and then add the converted app to your workspace.
- Clone an existing application created with the ServiceNow IDE or ServiceNow SDK from a Git repository. For more information, see Clone a Git repository with the ServiceNow IDE.
手順
タスクの結果
注:
Even though this process is standard, be sure to follow the on-screen instructions, as the Build Agent functions interactively.
次のタスク
From the Activity Bar, select the File Explorer view () to see the ServiceNow Fluent application code and other source code in the src directory, or select the Metadata Explorer view (
) to see the application metadata on the instance.