How do I export my app from one instance and import it into another instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 02:40 PM
Good day, folks.
So far, all my development has been done in my personal instance. But now that the development is 75% done, it's time to transfer the app to my company's instance. Does anyone know how I can export it after I finish the development and let my co-workers import it like how I imported the "NeedIt" app for my training?
Thanks in advance!
- Labels:
-
Guided App Creator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 03:04 PM
Hi,
Below are the ways through which you can do it.
1. Publish an application to an Update Set
2. Publish an application to the application repository
3. CLose the update set.
4. Export-->retrieve->preview->commit, the update set or you can pull it from the Source instance by using the update source as well.
Regards
Nayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 08:03 AM
Thanks! I will try this when I finally finish the development.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 09:51 PM
Hi
the most secure way to transfer an application to the next instances is using the Application Repository. That way you don't have to care about Update Sets.
See the following documentation for more information: https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/build/applications/co...
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 08:04 AM
Thanks! I will try this when I finally finish the development.