How to revert last made changes in a Doctype, team has accidently updated existing record with some wrong data, so how do I revert that changes back to a state before data import
Thanks.
How to revert last made changes in a Doctype, team has accidently updated existing record with some wrong data, so how do I revert that changes back to a state before data import
Thanks.
I don’t think you can revert to a state prior to the import, unless you restore the entire database.
You should have a record of the file used to import the data. You will need to use this file to make
corrective action. You can edit the original import file and make corrections then import again. Alternatively, you can examine the data and make corrective entries.
If the import was via a file upload, the file will be located in the ~/private folder.