Hi all,
Can someone helps me to make a Script to delete PDF rendition from 800 documents in documentum.
I already extract in .CSV the r_object_id of each pdf redition and the parent_id (The r_oject_id of the nativ word document).
I have created and tested an dql query to just delete one:
eg: delete dmr_content objects where r_object_id='xxxxxxxxxxxxxxxxxxxx';
Please advise