I would like to read the Creation Date value from the LF database.
The reason behind is:
- I have a WF and when it triggers, it has to search for documents with Creation Date less than the speicified inthe starting entry
- I udnerstand I can use Search Repository and provide an Advanced Search criteria to search for documents, but if documents are in huge volume, then a load will be put on the LF Server.
- To avoid the load as per point above, I want to search for the list of TocIds for all the documents on the basis of Creation date (r.g Creation Date < 01/01/2012) and then using FInd ENtry in WF to get each entry using the tocId retrieved.
- I have looked into [propdef] table but can't find a field named 'Creation Date'
Any suggestions guys?