You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to search multiple value in rest service using finder method

edited Jul 7, 2019 5:03PM in Visual Builder 3 comments

Summary

How to search multiple value in rest service using finder method

Content

Hi,

Need some advise on the rest service using finder method

the syntax says, <finder>;<attr1>=<val1>,<attr2>=<val2>.

example: finder=MyOpportunitiesFinder;Name=Local,Country=UK

if I want to search "Name" with values 'Local' or 'External', how can I search?

I tried below but didn't seem working
finder=MyOpportunitiesFinder;Name='Local','External',,Country=UK
finder=MyOpportunitiesFinder;Name='Local' OR 'External',,Country=UK
finder=MyOpportunitiesFinder;Name=Local,Name=External,,Country=UK
finder=MyOpportunitiesFinder;Name=*,Country=UK

Thanks
Sreejit

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!