Hello,
Is there a way to return a list of all shortcuts in a repository that point to documents?
Thanks.
Hello,
Is there a way to return a list of all shortcuts in a repository that point to documents?
Thanks.
This isn't possible before Laserfiche 10. With Laserfiche 10, the following search will return every shortcut to a document, and only to documents:
{LF:shortcutname="*",type="D"}
Using Laserfiche 9.2.1, I was able to return only shortcuts to documents using the following syntax when "Resolve Shortcuts" was turned on:
{LF:Name="*", Type="S"}&{LF:Name="*", Type="DB"}
This with only work with "Resolve Shortcuts".
If this doesn't work for you, and you are not on LF 10, note that when you return a list of all shortcuts (including folders), if you sort by the name, it will put all folder in one section and all documents in another, so you can easily separate them,
Thanks Michael and Brianna. Brianna's solution worked for me (running 9.0).