You are viewing limited content. For full access, please sign in.

Question

Question

LF Connector Search for Folder and Open It Automatically

asked on April 17, 2017

I'm using the Desktop Client 10.2 and LF Connector 10.

I want to use connector to search for a particular folder (this works - and based on our structure always returns exactly 1 result) but I don't want it to show the folder in a search result, I want it to open the folder (I can't figure that part out).

My search syntax is:
{LF:Name=%(MemberNumber), Type="F"} & {LF:LOOKIN="main\Credit Union Member Information\Member Files"}

Any suggestions on options to get the desired folder to open automatically?

Thank you!

0 0

Answer

SELECTED ANSWER
replied on April 17, 2017

You could try changing your name search to {LF:ParentName=%(MemberNumber), Type="F"}.

 

This would show you all the files that exist in a folder named %(MemberNumber).

0 0
replied on April 17, 2017

I tried "ParentName", "Parent Name", "Parentname", and "Parent" - I got errors on every one of them.

0 0
replied on April 17, 2017

I think he meant to make the "LF:LOOKIN" search be the full path to the parent folder.

0 0
replied on April 17, 2017 Show version history

Oh, sorry, you need quotes around your %(MemberNumber) token as well.

 

Note that all these entries are inside a folder called "Test":

0 0
replied on April 17, 2017

I was wrong, ParentName is a valid search term. But you could also just make the search {LF:LOOKIN="main\Credit Union Member Information\Member Files\%(MemberNumber)"}

0 0
replied on April 17, 2017

That would be ideal, but unfortunately, there is another level of folders that can change quite a bit.

main\Credit Union Member Information\Member Files\{the part here has lots of possible options}\%(MemberNumber)

But it looks like the error I was getting was because I was still including the Type="F" part of the search when I changed from Name to ParentName.

Here's what I ended up using:
{LF:ParentName=%(MemberNumber)} & {LF:LOOKIN="main\Credit Union Member Information\Member Files"}

0 0
replied on April 17, 2017

I still wish it opened to the actual folder location, rather than as a list of search results, but it'll get the job done.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.