- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2022 09:06 PM
I'd like to capture scoped application in an update set to move it a different Instance and found this article which looks straight forward.
Is there anything that needs to be taken care of in particular , also this would only COPY existing application right without losing anything?
https://docs.servicenow.com/bundle/sandiego-application-development/page/build/applications/task/t_PublishApplicationsToAnUpdateSet.html
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2022 09:16 PM
Hi
yes, you are right. The mentioned Docs page describes how you can publish an application to an Update Set.
The only thing you have to take care is the version number which always should be increased. And I recommend using the proven semantic versioning: https://semver.org/
But why do you want to do that manually? In case you just want to move the application from DEV to TEST or PROD you could use the Application Repository.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2022 09:16 PM
Hi
yes, you are right. The mentioned Docs page describes how you can publish an application to an Update Set.
The only thing you have to take care is the version number which always should be increased. And I recommend using the proven semantic versioning: https://semver.org/
But why do you want to do that manually? In case you just want to move the application from DEV to TEST or PROD you could use the Application Repository.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 07:40 PM
Hi
In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing!
Many thanks & kind regards
Maik