Best practice to export Scoped Application and its scoped Update Sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-15-2024 11:51 PM
I have a scoped Application
Can anyone say the preferred way to export it to another instance.
I tried Exporting the Scoped Update sets but that particular scope is not present in another instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-16-2024 12:07 AM
Hi @ShashankN872915 ,
1) You can migrate the scoped application from dev instance to test instance via update set , once upload updateset xml preview and commit and check for the scoped app in target instance.
2)ServiceNow recommends Publish an application to the application repository.
If my response helped, please mark it as the accepted solution ā
and give a thumbs upš.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-16-2024 09:56 PM
Thank You for the response,
but the problem was some of the scoped updates were captured in global and vice versa
So I had to check the application scope of the updates captured in update set before exporting as xml, It worked!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-16-2024 01:40 AM
If you wish to migrate between your DEV, TEST and PROD for same company then 2 ways
1) Publish to app repo
2) Publish the app and export the update set
what's your business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-16-2024 09:55 PM
Thank You for the response,
but the problem was some of the scoped updates were captured in global and vice versa
So I had to check the application scope of the updates captured in update set before exporting as xml, It worked!!!