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

Thanks Ali.. I will make answer as correct.

I am having one more doubt.. What is the best practices recommended by SN for the development? 

One of the most commonly said best practice is to Stay close with OOB configurations and keep it simple. The more changes or complexity you add, the more difficult it becomes to manage the application, performance degradation, upgrade challenges etc. 

Is there any document for best practice?

 

Here are blogs that points to several of SN best practices.

https://community.servicenow.com/community?id=community_blog&sys_id=2dec2e65dbd0dbc01dcaf3231f9619a5&view_source=searchResult

https://community.servicenow.com/community?id=community_search&spa=1&q=best%20practices&t=blog&order=score&orderDesc=true

 

If your query is answered, Can you mark the correct answer i responded?

Thanks Ali