Excel Add-In for Zoho CRM

Build 25.0.9434

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.

データ型

bool

デフォルト値

true

解説

When set to 'true' (the default), the 本製品 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 本製品 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434