How to undo the imported data from XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 08:20 AM
How to undo the imported data from XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 10:54 PM
Hello,
That's not possible. Check the date when you have imported the data and delete those, either manually or through script.
Hit Like or Correct on the impact of response.
-Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 11:22 PM
Hi Pragati,
Please go through below link, this may help you:
How to revert updated record data in a table
Regards,
Supriya S.
Kindly Hit Helpful, Reply,Mark as Correct Answer if you found useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2020 06:36 PM
You can try the following.
Edit the XML file, replace this text
action="INSERT_OR_UPDATE"
with this
action="DELETE"
then run import XML with the modified file