Get all object's versions

Options
AhmadAsfour
edited February 4, 2009 in Documentum #1

Hello,

Can I get all object's versions using versioncontrol service; please note that I am using DFS v6.5

I found a way using DQL as the following:

select *, r_version_label  from dm_document(all) where i_chronicle_id in (select i_chronicle_id from dm_document (all) where r_object_id = '0900001980007b43')

But I prefer if I can find a way to accomplish this using versioncontrol service.

Regards.

Comments