Excel Add-In for Zoho CRM

Build 25.0.9539

RecordCount

To fetch the total number of records in the module.

View-Specific Information

Select

The add-in uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The module is a mandatory filter for the add-in.

  • ModuleName supports the '=' operator.

For example, the following queries are processed server-side:

SELECT * FROM RecordCount WHERE ModuleName = 'Leads'

SELECT * FROM RecordCount WHERE ModuleName IN ('Leads','Invoices')

Columns

Name Type Description
ModuleName [KEY] String The name of the module which the user wants the count.
RecordCount Integer The total number of records in the module.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539