Best practice to export Scoped Application and its scoped Update Sets

ShashankN872915
Tera Contributor

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

5 REPLIES 5

Anand Kumar P
Giga Patron

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.

 

https://www.servicenow.com/docs/bundle/xanadu-application-development/page/build/applications/task/t...

 

2)ServiceNow recommends Publish an application to the application repository.

https://www.servicenow.com/docs/bundle/xanadu-application-development/page/build/applications/task/t...

 

If my response helped, please mark it as the accepted solution āœ… and give a thumbs upšŸ‘.
Thanks,
Anand

 

 

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!!!

Ankur Bawiskar
Tera Patron
Tera Patron

@ShashankN872915 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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!!!