How to filter null values in Zoho CRM REST API?
Hi there,
Lets say if I want to filter some column with empty value.
If the column is a normal column, I mean not a predefined column. Then this works:
But if it's a predefined column, then we need to use getSearchRecordsByPDC function, right?
But this doesn't work:
How do we filter the null values then?
Thanks.