- 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-26-2018 03:14 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 03:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 03:55 AM
Is there any document for best practice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 02:46 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:52 PM
Thanks Ali