UseServerSideFiltering
Controls whether filters in SQL queries are processed by the Zoho CRM server (server-side filtering) or by the client provider (client-side filtering) in REST API.
Data Type
bool
Default Value
true
Remarks
When set to 'true' (the default), the component sends the filters in your SQL queries directly to the Zoho CRM API, letting the server process them. This typically improves performance and reduces the amount of data transferred.
In REST API, when set to 'false', the component retrieves all matching records from Zoho CRM and applies the filters on the client side. This is only recommended in rare cases, such as when recently updated data may not yet be fully indexed for server-side filtering. Client-side filtering is significantly slower and can be resource-intensive.