How to backout an update set after commiting ?

Gaurav Kumar15
Giga Guru

Hi All,

I want to know that how can we backout an update set from any instance.

The last one which is committed will be the first one to backout but i didn't see any option of doing the same on the form.

If anyone had done this earlier, could you please share your ideas about the same.

Thanks,

Gaurav

11 REPLIES 11

himanshu7
Tera Contributor

Hi,



Why you want to back out?



If something went wrong and you can fix it by another update set then capture the correction in dev and move it to test and then prod. It is highly recommended.



If it needs to be back out then after committing any update set, system makes a copy of that update set in 'local update set' table. you can go there and you will find a button 'backout' there.



If you don't find the 'back out' button there, go to Ui action --> search for 'back out' button and check its condition and you will understand why it is not coming.



[Trick - Not recommended but help in critical condition] Some time people remove the value of condition field in UI action (back out Ui action) for couple of minute so that button got visible on update set and after backing out - put the condition back.



Hope this help you.



Thanks,


Himanshu


Thanks himanshu . Yup now i am able to see.



Even i am not considering this, just for the knowledge i was looking this option.