Publish Scoped Application to update set

pardhiv
Tera Contributor

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

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @pardhiv 

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

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @pardhiv 

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

Hi @pardhiv 

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