Hello,
I'm trying to find a way to search the repository and find all documents from the past week based on a DeliveryDate field.
Lets say that resulted in 25 documents.
I want to pull the OrderNumber out of each document and store in a token, so I can email that list of OrderNumbers.
The problem I can't figure out is how to configure the "Search Repository" activity to grab the documents from today's date along with all other documents for the past week.
This is what I have so far in the "Search Repository" activity:
{[Sales_Jacket]:[Any_OrderNumber]="*", [Any_DocumentType]="BOL"} & {LF:LOOKIN="LASERFICHE-APIO\Sales\Orders"}
As you can see, I haven't added anything on the date yet. I tried a few things, but allows error out.
As I mentioned above there is a DeliveryDate field. So what I'm looking for is a search that will grab all the documents that have a DeliveryDate from today and 7 days back.
Hope that makes sense.
Thank you,