how to install my application in another instance

Sanjith_34
Mega Contributor

"Hi, I am currently working on creating an application and I have successfully completed it. How can I install my application on another instance?"

3 REPLIES 3

M Iftikhar
Tera Sage

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.

 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

maheshkhatal
Mega Sage
Mega Sage

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: 

maheshkhatal_0-1765808010863.png

 

If my response helped you then please mark as this as helpful.

Thank you,

Mahesh.

Sandeep Rajput
Tera Patron
Tera Patron

@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.