- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 08:12 AM
I am creating a new catalog item in the service catalog. I meant to delete a Catalog UI Policy that I do not need. All of a sudden, the entire catalog item had been deleted! I can see in my update set where it got deleted, but I don't know how to retrieve it. I was almost done, too!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 08:20 AM
You can check the below three table under the deleted Record:
Thanks
Shashikant
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2018 03:41 AM
Have you only worked on your development instance? Or is there a copy on the test envrionment ? An older updateset or anything?
Then you could move the correct customer update to the updateset.
If you only work in dev, and you have accidentally deleted the item, then you also must have created it at some point.. You could take the updateset and move to test, extract the xml of the catalog item, and then import it back to your dev. Then begin on a new updateset. Just remember to remove the Delete action from the updateset.
Does it make sense?
Otherwise you will have to re-create the item 😕
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 12:45 AM
I know this is extremely unconventional, but if you had your update set active when you deleted, you can try this:
1 - complete and save the update set,
2- edit the update set in notepad or a text editor
3- find the part in the XML config records that were deleted and
4- change the "DELETE" to "INSERT_OR_UPDATE"
5- save the xml and commit to a diff environment to test
6 - if it works then recommit to your dev instance.
It worked for me today after i mistakenly deleted an entire transform map and all scripts related.
again I agree - this is unconventional and could cause issues, but the preview works and committed successfully.