Hi experts,
How do i undo the load? This script not works
API>revert,c,r_object_id of the load record
Is there any ways to do it?
Thanks,
Elchin
If "revert" isn't working you could look at the new_id attribute of the dmi_load_object_record and "delete" them. Something like:
delete dm_document objects where r_object_id in (select new_id from dmi_load_object_record where load_id = <id of dm_load_object>)
(I am providing this DQL without the benefit of a repository to test it so the syntax may not be exactly right, but the gist is correct.)
Hi,
Thanks in advance
I will test it
Regards,