- SearchMap1 = Map();
- SearchMap1.put("accountName", AccountName);
- SearchMap1.put("customField1", "cf_org_location:${empty}");
- SearchAccount1 = invokeurl
- [
- url :"https://desk.zoho.eu/api/v1/accounts/search?"
- type :GET
- parameters:SearchMap1
- connection:"deskconnection"
- ];
π Search Where Custom Field is Not Empty
Just change ${empty} to ${notempty} in the above code:
- SearchMap1.put("customField1", "cf_org_location:${notempty}");
These simple yet powerful query options allow you to filter data easily using Zoho Deskβs Search API. Depending on the module you're working with, simply update the API URL and field names accordingly.
Hope this post helps you in efficiently searching and filtering data in Zoho Desk!
Thanks & Regards
Piyush Goyal
Zoho Developer | Certified in CRM and Creator
+91-8619164837