- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In ITSM Implementer simulator, i accidentally deleted the category field in an attempt to disable the 'Inquiry/Help' choice in the choice list.
How do i get it back and do the lab without releasing my instance?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @nicoleowens
Please validate that the field is actually deleted.
Go to sys_update_xml (sys_update_xml.list) in the navigator
Here you should be able to validate if the field (Dictionary entry) is deleted. In the case it actually IS the case then go into that record. Theres an XML field containing the information needed.
Copy the text from the XML field into a notepad document on the PC.
Now - see the "Action" Attribute in the text - its "DELETED".
Change that to "INSERT_OR_UPDATE".
Save the file as an .xml file locally.
Now to into sys_dictionary (System Definition --> Dictionary)
Right click on one of the columns in the list and choose "Import XML"
Choose the file you saved on the PC and click "Upload"
Then it should be avaliable again.
Feel free to test it in a PDI in case you want to validate if it actually works as expected
On the other hand side - I dont think you are able to actually delete that field.
Can you check Form builder / configure form layout etc if the field is in there so you can add it to the form again ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@nicoleowens,
no no, it's not incident, it's another table >>> [sys_choice] table:
Please consider marking this as solution as well as it could served well if used properly 😉
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @nicoleowens
Please validate that the field is actually deleted.
Go to sys_update_xml (sys_update_xml.list) in the navigator
Here you should be able to validate if the field (Dictionary entry) is deleted. In the case it actually IS the case then go into that record. Theres an XML field containing the information needed.
Copy the text from the XML field into a notepad document on the PC.
Now - see the "Action" Attribute in the text - its "DELETED".
Change that to "INSERT_OR_UPDATE".
Save the file as an .xml file locally.
Now to into sys_dictionary (System Definition --> Dictionary)
Right click on one of the columns in the list and choose "Import XML"
Choose the file you saved on the PC and click "Upload"
Then it should be avaliable again.
Feel free to test it in a PDI in case you want to validate if it actually works as expected
On the other hand side - I dont think you are able to actually delete that field.
Can you check Form builder / configure form layout etc if the field is in there so you can add it to the form again ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks, it has worked. I uploaded it from a remote update set and then went to 'Dictionary Entries' to change the 'display' and 'active' value on the category and subcategory field to true.