Hi All,
A customer of ours has asked the question if it's possible through SQL to get a full report of all documents in the repository. To include:-
- Entry ID
- Filename
- Document extension
- Template name
- Field 1
- Field 2
- Field 3
- Field 4
- Creation Date
- File path
Most of these seem possible through the TOC table, but many other values (particularly field values) seem to be spread across multiple tables.
Is there an easy way to do this in SQL, or are there any other tools which could help out here other than searching through the client itself?
Cheers!