FireDAC Components for Zoho CRM

Build 22.0.8462

UseServerSideFiltering

If set to false, the provider will not send the filters server-side but will process them client-side.

Syntax


property UseServerSideFiltering: Boolean;

Data Type

Boolean

Default Value

true

Remarks

If set to true, the component will send the filters server-side. In ZohoCRM, if the data is updated recently, it might take some time for the filters to work server-side so only in this case it is recommended for this property to be set to false in order to get proper results. In all the other cases this will be a considerably expensive operation to do client-side and it might take longer to retrieve the data.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462