Hi,
I am having an dm_document object with 5 version like (1.0, 1.1 ,... 1.4). Using the chronicle id, how to pull all the object ids ? I know we can pull easily by DQL like
select r_object_id, object_name from dm_document (all) where i_chronicle_id='09......'; |
However how to pull the information using dfc api's.
Any help will be highly appreciated.
Regards,
Raj