How to revert script in Scheduled export (pre export script)

Nur1
Tera Contributor

Hi Community,

 

I've mistakenly update script to wrong table. How to revert the updated data in the table ?

As it is not capture in update set, I unable to rollback the script. 

1 ACCEPTED SOLUTION

SN_Learn
Kilo Patron
Kilo Patron

Hi @Nur1 ,

 

Please check the below thread:

How to revert ran Scheduled Job script back 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

3 REPLIES 3

whitesmaverick
Giga Contributor

To revert the script from the Scheduled Export (pre-export script), you'll need to manually undo the changes by running the inverse of the update. Since it's not captured in the update set, you might need to restore from a backup or manually correct the table. If possible, consider setting up a version control system for future updates. Please visit https://www.qatarguides.qa/qatar-on-arrival-visa-for-gcc-residents/ for more information.

Hi Mega,

 

The script is actually working, but I need to rollback the updated data from the table. As I can't do it manually as there is a huge data. How to do this ?

SN_Learn
Kilo Patron
Kilo Patron

Hi @Nur1 ,

 

Please check the below thread:

How to revert ran Scheduled Job script back 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.