Hi,
i'm writing a Windows Application with DFC and want to automatically download the pdf-rendition of a document.
Following Structure in Documentum:
Winword (top level document)
|
|
Winword Rendition
PDF Rendition
If i send a DQL-Query all works correct and i get the top-level document, but if i try to get
a PDF Rendition of this document with following DQL-Query:
SELECT doc_number FROM fanp_general_tech_doc where r_object_id in (SELECT parent_id from dmr_content where full_format = 'pdf') and
doc_number like...
i always get the top-level document.
Does anybody has an idea how to get the PDF-Rendition??
Thanks for all answers!