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.......
feedback
|
|
You can try this dql: | |||||||
feedback
|
|
You can simultaneously Dump the object ID in API console.. Command dump,c, You can see hell lot of attributes - more than what DQL can provide you/ Then Search for r_object_id Dump that again and Search for I_folder_path you will get yor oath | ||||
|
feedback
|