Can any one please provide a solution in Documentum Query Language to access the folder details of a file checked out from documentum if we provide the object_id of the corresponding file. Thank You.......
A:
You can try this dql: select * from dm_folder where r_object_id in (select i_folder_id from dm_document where r_object_id = '<objectId>')
David Pierre
2010-10-07 12:33:08
Thanks a lot Mr.David Pierre
Anjana
2010-10-08 17:04:39
You should consider accepting my answer if it was useful.
David Pierre
2010-10-13 11:44:18