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

Question

Question

How to create a custom quick search in the web client?

asked on December 8, 2022

Hello, trying to create a custom quick search, can anyone help re-write the syntax, using the %(Search Name) token. I tried it but not working.

 

Thanks.

0 0

Replies

replied on December 8, 2022

Whatever value you put in the Quicksearch is put in the SearchTerm token

{LF:Basic ~="%(SearchTerm)",option="DFANLT"}

This would represent a Keyword search such as 

If you wanted to search against a field in a template, such as in an Invoice Number field in the Invoice Template, it would look like

{[Invoice]:[Invoice Number] = "%(SearchTerm)"}

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

Sign in to reply to this post.