Hi All,
Please help me resolve this
How to generate the hierarchy in documentum for a docbase using DQL query. That is how to get data for populating a tree like structre for a given pub.
By using the DQL : select r_folder_path,object_name from dm_folder where folder('/cabinet1',descend) we can get all the folders in that cabinate but i need the result with the folder structure hierarchy.
Is there any approch to get this with the DQL or any logic that we can apply using DFC code.
Thanks in advance.
Regards,
Tej.