Modules
Returns metadata for all modules enabled in the account, including API names, module types, and customization status.
View-Specific Information
Select
The driver uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator.
For example, the following queries are processed server-side:
SELECT * FROM Modules
Columns
| Name | Type | Description |
| Id | String | Unique identifier for the module. |
| Name | String | Name of the module being referenced. |
| SequenceNumber | Integer | Order in which the module appears in the CRM interface. |
| ApiName | String | API name used to reference the module programmatically. |
| GlobalSearchSupported | Boolean | Indicates whether the module supports global search functionality. |
| Deletable | Boolean | Specifies whether records in this module can be deleted by the user. |
| Description | String | Description of the module, if one is provided. |
| Creatable | Boolean | Indicates whether users can create new records in this module. |
| InventoryTemplateSupported | Boolean | Indicates whether the module supports inventory templates. Applies only to Quotes, Invoices, Purchase Orders, and Sales Orders. |
| ModifiedDateTime | Datetime | Timestamp of the most recent modification to the module's properties. |
| PluralLabel | String | Plural form of the module name (for example, Leads). |
| SingularLabel | String | Singular form of the module name (for example, Lead). |
| PresenceSubMenu | Boolean | Indicates whether the module appears as a submenu under another module (for example, Tasks in Activities). |
| TriggersSupported | Boolean | Indicates whether the module supports automation triggers from workflows, custom buttons, approvals, and other actions. |
| Visibility | Integer | Visibility level of the module: 1 for visible (default), 2 for hidden, or a composite value representing specific feature visibility. |
| Convertable | Boolean | Indicates whether records in this module can be converted to another module type (for example, converting a Lead to a Deal). |
| Editable | Boolean | Specifies whether records in this module can be edited. |
| EmailTemplateSupport | Boolean | Indicates whether the module supports use of email templates. |
| FilterSupported | Boolean | Indicates whether the module supports custom filters beyond the default system-defined filters. |
| ShowAsTab | Boolean | Specifies whether the module is shown as a tab in the CRM interface. |
| Viewable | Boolean | Indicates whether users can view records in this module. |
| ApiSupported | Boolean | Specifies whether the module is accessible through API. |
| QuickCreate | Boolean | Indicates whether the module supports quick create functionality. |
| ModifiedByName | String | Name of the user who last modified the module's properties. |
| ModifiedById | String | Identifier of the user who last modified the module's properties. |
| GeneratedType | String | Specifies how the module was created, such as system-generated or custom-created. |
| FeedsRequired | Boolean | Indicates whether feed tracking is enabled for this module. |
| ScoringSupported | Boolean | Indicates whether records in the module are eligible for scoring rules, if configured. |
| WebformSupported | Boolean | Indicates whether records in the module can be created via web forms. |
| BusinessCardFieldLimit | Integer | Maximum number of fields that can appear in the business card view for this module. |
| ParentModuleApiName | String | API name of the parent module, if applicable (for example, Activities is the parent of Tasks, Calls, and Events). |
| ParentModuleId | String | Identifier of the parent module, if one exists. |
| WebLink | String | Web URL associated with the module, if applicable (for example, https://extensions.zoho.com/plugin/facebook). |