Hi friends,
I need a DQL query to list down all the documents from my repository(from all user created cabinets). while listing the documents I want to filter out the system templates and system related documents.
If i run the following dql
"select r_object_id, object_name from dm_document ;"
This is listing out all the system documents and templates like
09000003800001a8 Default Signature Page Template
09000003800001b2 Blank PowerPoint Pre-3.0 Presentation
09000003800001b3 Blank WordPerfect 6 Document
09000003800001b4 Blank WordPerfect 7 Document
09000003800001b5 Blank WordPerfect 8 Document
09000003800001b6 Blank Excel Workbook 5.0-7.0 Document
09000003800001b7 Blank Excel 97 / 2000 Workbook
09000003800001b8 Blank Excel 97 / 2000 Template
.... etc
Is there anyway i can filter out above documents and list down only the user created documents.
Your help is appreciated.
Thanks & regards
bless