Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to revert the deleted data from update set

__56
Kilo Explorer

Hi,

accidentally i have deleted the data from update set..Did any one faced this kind of issue and what are all the steps you followed to revert the data back .

please post your approaches.

13 REPLIES 13

ooh so is their any alternative to revert the data back......tomasi


i have tried this already swamy, no records we their in sys_deletedrecord.list.do


Andras Kisgyorg
Kilo Guru

HI Khadar,



So you mean you deleted a Customer Update record from [sys_update_xml] table?


But I think you should still have the configured record (e.g. business rule, etc.) itself, do you remember what record's update entry you deleted?



If yes, try the following in a non-production environment if that works for you:


-Make the relevant update set where you want to capture this update as current.


-If you go to the record itself (e.g the business rule) or whatever you deleted the related update entry of, you could do a non-destructive change to it which does not impact its functionality! (e.g. updating its short description) and this action should generate its customer update record in your update set.


-Please validate if this is what you expected.



If you have multiple update sets in your project, other Customer Updates of this same record (e.g. your business rule) can be present in other update sets. You have to make sure this Update record what you can now have is considered as the latest current status of this given record.




Please let me know if this helped,



Best regards,


Andras


PriyaRanji
Tera Guru

This is normally automatically captured within your active update set (sys_update_xml). You just need to assign that record to the desired update set.