What is the correct process to make a Store app available on all required production instances?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi everyone,
I'm new to the platform and currently building an application package locally and stored in a repo. I want to understand the correct and recommended process to ensure that a Store app becomes available across all required production instances.
Could someone explain the steps or best practices involved?
Any guidance would be appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hello @prachikomal ,
You can publish your app in company repository from development. Go to company applications, and then publish into the repository, this will make latest version available in the rest of the environments
Check this link for publishing :https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/applications/task/t...
and this for installing: https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/applications/task/i...
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
publish it to the app repository so that it becomes available on all of your instances belonging to same company.
Publish an application to the application repository
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
20m ago
Hi @prachikomal,
To make a Store/custom app available across instances, the recommended approach is to publish the application to the Application Repository, use it to distribute and test the app across non-prod instances, and then install the same published version on Production, instead of relying only on update sets.
Update sets can be used if repository publishing isn’t available, but the repository method is more reliable for full app deployments and upgrades.
References:
How to distribute your app between instances for testing
Deploy custom application to production
How to publish applications via repository and update set
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.
