Hi,
I need a DQL script to update a document permission as same as its parent folder. Can you please help me on this?
Thanks in advance
With Regards
bless
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
This DQL will give you the parent folder name and its ACL.
select acl_name, object_name from dm_folder where r_object_id in (select i_folder_id from dm_document (all) where folder('/<Cabinet Name>', descend))
Anybody please help me to write a DQL to find a document's parent folder names and ACL settings.
Please..
Thanks in advance.
Thanks a lot for your help
Regards