Discussions
Resuming incomplete search
I am encountering situations where I need to run a search, process some of the records then later re-run the search and resume where I previously stopped.
For example, either a very large search (returns more than the max number of rows for the search) or a smaller search with an intensive process (so need to split the process due to unit limits).
Within the processes I am developing, I don't want to use Saved Searches if I can avoid doing so - these could be changed accidentally by another user breaking the process. (Yes, security and admin alerts can minimise the risk, but it is still there.)