- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 09:34 PM
Hi,
How can we migrate configurations from one instance to pther instance for scoped application in London release?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 02:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 09:59 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 10:23 PM
Hi Ali,
Thanks for the reply.
When will we use application publish? I am very new to service now...
Thanks,
Biji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 10:54 PM
Once you have completed your app development, you could publish it to all your instances following the steps mentioned in the link.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 12:54 AM
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?