Move changes from one application scope to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2021 05:01 PM
Hi all,
Is there a way to move the changes from one application scope to another one ?
Any pointers will be helpful.
Regards,
Sandhya
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2021 08:57 PM
Hi there,
Is this what you are after?
On a list, select which file you are after (business rule, script include, etc), on the bottom select "Actions on selected rows...", and choose "Move to Application...".
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 11:58 PM
do you happen to know which role is required? i'm admin, yet I can't move application scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2021 10:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2021 10:40 PM
Hi Sandhya,
No direct way for moving to another application.
There are many things to be taken into account so better capture the tables, fields the scripts one by one in the custom scope application update set
you will need to recreate your application and move the logic over manually.
In think one reason may be existing limitations if dependencies between different objects.
Take care of the following, when moving objects manually (which is the only option):
- review each script that you have, and make sure, that the API functions are available in Scoped API
- make sure, to rename the references to your tables and field, which start with "u_" in Global, but with "x_" in Scoped Apps
- make sure, that your scoped app will allow and get the needed access from and to the Global scope and other app scopes involved.
- as you need to recreate your tables, make sure to migrate / copy existing data to new fields
- delete the old objects and tables from global scope, to make sure they do not interfere and mix up with the scoped ones during testing...
- do a lot of testing, before going to production
This list may be not complete, but surely important to consider.
Please mark my answer as Correct & Helpful, if applicable.
Thanks
Sandeep