When to use Team Development
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Building applications
Team Development allows multiple developers to work on applications.
Deployment option | Good for | Future considerations |
---|---|---|
Update Sets | Storing changes to a base system or installed application. Storing and applying a particular version of an application. Producing a file for export. |
You can manually create update sets to store a particular application
version. Use update sets to deploy patches or changes to installed applications. Note: Don’t use update sets to install applications. Instead, use the application repository or the ServiceNow Store to install applications. |
Application Repository | Installing and updating applications on all company instances.
Automatically managing application update sets. Restricting access to applications to the same company. Deploying completed applications to end users. |
Consider uploading an application to the ServiceNow Store to share it with other users. Allows installation of and update to the latest application version only. Use update sets to store prior application versions. Note: If used with team development, publish applications only from a parent
instance. |