Migration Scoped application

Biji1
Kilo Explorer

Hi,

How can we migrate configurations from one instance to pther instance for scoped application in London release?

 

Thanks,

 

1 ACCEPTED SOLUTION

Here is the best practice recommendation that I could find from Service Now.

If there are major changes to be modified in the scoped SN app then the best practice is to create a new scoped application and capture all the changes within that application scope. All the SN app artifacts can be inherited by creating a dependency with in your custom scoped app. This way you get the option to publish an app on multiple instances via "make the app available to other instances".

On the other hand, if the changes are minor then you can create an update set in the same SN app scope and move the changes through the update set.

 

Reference: https://community.servicenow.com/community?id=community_question&sys_id=df78cfeddb1cdbc01dcaf3231f96192b

View solution in original post

15 REPLIES 15

Alikutty A
Tera Sage

Hi,

Please refer these links for publishing scoped applications either through application repository or update sets:

https://docs.servicenow.com/bundle/london-application-development/page/build/applications/task/t_PublishAppsToTheAppRepository.html

https://docs.servicenow.com/bundle/london-application-development/page/build/applications/task/t_PublishApplicationsToAnUpdateSet.html

Thanks!

 

Hi Ali,

Thanks for the reply. 

When will we use application publish? I am very new to service now... 

 

Thanks,

Biji

 

Once you have completed your app development, you could publish it to all your instances following the steps mentioned in the link.

Thanks

we are planning to use OOB scoped HR application. So can we publish scoped application also using the mentioned steps? all the configuration changes will get updated in the new instance as well...rite?