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

Question

Question

Search for records that are not cutoff

asked on February 3, 2023 Show version history

I can't seem to find a way to run a simply search for records that are not cutoff. 

In workflow I can return the result with the addition "is cutoff" property which kind of works but not really based on number of documents.

It would still return thousands of documents and then the branch to check if they are cutoff or not.  I would rather simply only search for documents that are not cutoff.

Am I missing anything?  I saw a post from 2016 that said it would be added as a future release.  Thats quite a ways back but could not track anything down.

Thanks!

0 0

Answer

SELECTED ANSWER
replied on February 3, 2023

I'm not sure if there's a way of doing this through the search interface, but by using search syntax (as Matthew suggests) you could try something like

{LF:Name="*", Type="M"} - {LFRM:ActualCutoffDate="*"}

(that is, "search for all records, then discard any results with a cutoff date")

1 0
replied on February 6, 2023

Great, this was it.  I tried ActualCutoffDate = "" and " " much like empty fields but it was the - that seems to get it working.  Thanks Andrew.

1 0

Replies

replied on February 3, 2023

I'm not personally very familiar with the records management stuff.  But I know the Advanced Search Syntax white paper has a couple pages about the cutoff options with searches.  Have you checked that document to see if it addresses your specific needs?

https://support.laserfiche.com/resources/3920/advanced-search-syntax-10-3

1 0
replied on February 6, 2023 Show version history

{LFRM:EligibleForCutoff <= "today"}  or

{LFRM:EligibleForCutoff <= "02/06/2023"}

You are not allowed to follow up in this post.

Sign in to reply to this post.