What would be the best way to make this work?
I have a search to list the reorder pts and stock level, but this never get completed as it always times out.
Only way I can make it work is to filter by item ID, which is not what we needed. The results will be used to study and reference the current min max to be then updated down the line
l
Luis
10/25/2024, 6:14 PM
Even if you persist the results?
s
Schwifty
10/25/2024, 6:20 PM
what do you mean persists? once I remeve the internal ID filter or the item name filter, it won’t give out results..
a
Aaron McCausland
10/25/2024, 6:36 PM
Saved Searches have an option to "persist" the results, which basically puts the saved search on a scheduled task that you can check up on the results of later on when it finishes. This prevents timeout but can take longer than on-demand search results.
s
Schwifty
10/25/2024, 6:40 PM
AH! Didn’t know this, will try. So basically its on a different page and not on the saved search itself