When using the Laserfiche client I can see several columns and I know where in the database it is stored, like:
- Entry ID, to be find in dbo.toc.tocid
- Name, to be find in dbo. toc.name
- Created by, using dbo.toc.creator join to dbo.account_cache.account_sid, stored under dbo.account_cache.account_name
Now, my question is, the Laserfiche column Path. Where in the database can I find the value?