how to install my application in another instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
"Hi, I am currently working on creating an application and I have successfully completed it. How can I install my application on another instance?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago - last edited 7 hours ago
Hi @Sanjith_34 , You can move your application to another instance using an Update Set or by publishing it to the ServiceNow Store (if it’s scoped).
For a simple dev-to-dev move, create an Update Set, include your app, export it, and then import it on the target instance.
Hope this helps!
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hello @Sanjith_34
Navigate to My Company Applications and Click on your custom application(Make sure you are in the very scope which you want to extract to). There you will find a related link "Publish to update set.." click on that it will take a while to export and you will find that exported xmls in update sets. Download it and upload it in another instance(just like normal update set). See the screenshot given below:
If my response helped you then please mark as this as helpful.
Thank you,
Mahesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
@Sanjith_34 There are two ways to do it.
1. Export the application via an update set
2. Publish the application to an application repository. For more information please refer to https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/applications/concep...
Hope this helps.