Skip to main content

We have a need to search Folios with  a wildcard.

 

What is the best way to achieve this?

Hi Capz

 

I can think of a couple of ways using the Process Instance smartobject (Workflow Reports -> Workflow General)

 

  1. Create a list view from the Process Instance SmartObject and add a "contains" filter to the list method and pass in your search string
  2. Use an ADO query and add a where clause

11973i8DB0F2CB63F31CF3.png


Reply