Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Printing folder structure...
Last Post 11/16/2011 11:43 AM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Tom Rybak
New Member
New Member
Posts:9


--
11/08/2011 9:33 PM
If there some report I could run that will show the folder structure and the content of each folder?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/16/2011 11:43 AM
No, there isn't. It could be programmed as everything is in the database. You just need to know how to pull it out of the database. Basically you extract from DMX_Entries WHERE CollectionId=xyz AND EntryId=LastVersionId. xyz is the EntryId of the folder you want the contents of. Bind to DMX_ShortTexts (DMX 5) ON ObjectId=EntryId AND TypeKey='ENT' AND SubTypeKey='TITLE' and get the Text value of that table for the title.

Peter
You are not authorized to post a reply.