Skip to main content

I want to run an Account GetLIst  ,  for all customers with the letters 'ada'  in them.    How ever this will only return Accounts with the Reference exacly as 'ada'.

 

How can I use wild cards for a GetList  to avoid returning an entire list and filtering in K2.

 

Is this possible without code?

Where is this Smartobject called from?


Are you using Input Properties or Filters?


I believe usually with Filters, you can use a "Contains".


 


Additionally, here is how to filter via code:


http://help.k2.com/onlinehelp/k2blackpearl/devref/current/default.htm#working_with_a_smartobject2.html


Reply