I'm trying to use the zoho.crm.searchRecords()
function.
- void searchCrmDateTimeField()
- {
- query = "(Zoho CRM DateTime Field Name|=|" + zoho.currentdate + ")";
- todaysRecords = zoho.crm.searchRecords("CustomModule1", query, 1, 200);
- info todaysRecords;
- }
The result:
- {"4500":"Problem occured while processing the request"}
I have isolated this problem to searching date-time fields in CRM. I can perform the same search on a date-only field and get results back.
This is causing major limitations in how I am trying to integrate Zoho CRM and Creator for our business. Please work with the CRM team to fix this bug.
Thanks,
Ian Melchior
(P.S. In the result, "occurred" is spelled wrong.)