Hi,
I have a virtualDocument whit childs.
I can get the r_object_ids of these childs using this query:
select component_id from dmr_containment where parent_id ='virtualDocumentR_Id'
Can I delete a child of this virtualdocument executing a dql like this?
delete dmr_containtment object where parent_id = 'virtualDocumentR_Id' and component_id 'childR_id'
Is this action dangerous??
Thanks