Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

How it works

There are times when a user needs to known a certain number of documents exists. This is particularly useful in compliance scenarios, for example, when a specific number of validation reports must be filed every month.
  1. Calculate a date range that would represent all the days of the previous month.

  2. Get the list of searches in a GlobalSearch database, based on Database ID and Search name.

  3. Get the Search’s details, including the field ID’s used for prompts.

  4. Execute the search, passing the calculated start and end dates into the Search’s prompts 1 and 2 respectively.

  5. Send an email if the count is greater than 22.

image-20240913-205735.png

⬇️ Download the package

Upload the file to the WFE here.

🗒️ Notes:

  • This example flow expects a search with only a single target Archive.

  • The record count can be easily adjusted and is controlled in the purple diamond Condition node.

  • Three requests are made, but this flow could be done in two if the workflow designer was willing to hard code parameters for prompt ids, archive id, and search id. These parameters are automatically mapped through the response formatting in the second request node.

  • No labels