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

Question

Question

Advanced Search Syntax in Workflow for Folders that Could Have One of Two Templates

asked on June 29, 2015 Show version history

I am looking for advanced search syntax for a folder where the template name assigned needs to be limited to either one of two templates.  Does anyone have an example?

0 0

Replies

replied on June 29, 2015

({[template1]} | {[template2]}) & {LF:Name="*", Type="F"}

1 0
replied on June 29, 2015

Hi Miruna- I figured it out.  I needed to have matching fields in both templates...

Thanks for your help

1 0
replied on June 29, 2015 Show version history

Thank you Miruna- I am still getting the unrecognized character error.  It is a nested search which works with a single template:

({[Template1] | [Template2]}) & [Student ID]="%(RetrieveAllFieldValuesfromStudentDocument_Student ID)", [Academic Year]="%(RetrieveAllFieldValuesfromStudentDocument_Academic Year)",[Status- Financial Aid]="*"} & {LF:Name="*", Type="F"} & {LF:LOOKIN="%(FindStudentFile_FirstResult_FullPath)"}

Do you see where the issue is?

0 0
replied on June 29, 2015

LOOKIN search needs a path that starts with the repository name, path tokens don't contain the repository name: {LF:LOOKIN="REPONAME%(FindStudentFile_FirstResult_FullPath)"}

0 0
replied on June 29, 2015

Hi Mirana- Adding the repository name did not correct the unrecognized character issue.

0 0
replied on June 29, 2015

Student ID, Academic Year and Status - Financial Aid are fields or templates?

0 0
replied on June 29, 2015

Fields

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

Sign in to reply to this post.