service performFind

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

service performFind

g.fitini

Hi !!
Is it possible apply service ‘performFind’ with the ‘IN’ clause??

.... where Id IN (.., .., ..)

Or anything else...


 
Thanks!!
Reply | Threaded
Open this post in threaded view
|

Re: service performFind

Malin Nicolas
Le 07/03/2014 17:04, [hidden email] a écrit :

> Hi !!
> Is it possible apply service ‘performFind’ with the ‘IN’ clause??
>
> .... where Id IN (.., .., ..)
>
> Or anything else...
>
>
>  
> Thanks!!
Hello

Yes pass a List<String> in your inputFields and "in" value on your field_op

example :

<set field="inputFields.myList[]" value="val1"/>
<set field="inputFields.myList[]" value="val2"/>
<set field="inputFields.myList[]" value="val3"/>
<set field="inputFields.myList_op" value="in"/>


Nicolas