#Zoho CRM - Searching Records with Multiple Criteria
Hi,
I am using ZohoCRM searchRecords() function to filter my records in the CONTACTS module. The criteria of my scenario is fetch the list of records whose account name is matched with the given Account Name and also email fields should match the given email id.
I am struck at using multiple criteria in searchRecords task. My code is ,
Zoho.crm.searchRecords("Contacts","(Account Name|=| XYZ >) & (Email|=|
xyz@email.com)");

Moderation Update (20th Feb 2024):
The support to search using multiple criteria is available from API V2 (version2).

Help link: