Transfering Custom Application From Instance to Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 06:13 AM
I have a custom application that i want from one instance to another using its source code. I tried publishign the app to an update set and uploading the xml file to the other instance and this did not work. The import failed and i received a bunch of errors saying that there were files missing that couldnt be located. I know i can transfer the app from instance ro instance using a Git repository but i specifically want to do it using an xml file. Can anyone please help me with this? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 12:29 PM
You won't be able to just export the update set in your instance. You first have to publish you application to an update set: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_Publ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 12:43 PM
This is a valid answer. However when i do the same thing you said and load it into a new instance- there are a lot of files that are missing. I get a bunch of errors. I dont know what to do
Thank you for taking the time to answer.