Modules
Lists all standard and custom modules enabled in your Zoho CRM account, with indicators for API availability and customization.
View-Specific Information
Select
The component 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 (Id) of the module. |
| Name | String | The name of the module the user wants to access. |
| SequenceNumber | Integer | The position of the module in the sequence. |
| ApiName | String | The API name of the module. |
| GlobalSearchSupported | Boolean | Indicates whether the module supports global search. |
| Deletable | Boolean | Indicates whether records in this module can be deleted by the user. |
| Description | String | The description of the module, if provided. |
| Creatable | Boolean | Indicates whether users can create records in this module. |
| InventoryTemplateSupported | Boolean | Indicates whether the module supports inventory templates. Applies to modules such as Quotes, Invoices, Purchase Orders, and Sales Orders. |
| ModifiedDateTime | Datetime | The date and time when the module properties were last modified. |
| PluralLabel | String | The plural form of the module name (for example, Leads). |
| SingularLabel | String | The singular form of the module name (for example, Lead). |
| PresenceSubMenu | Boolean | Indicates whether the module appears as a submenu (for example, Tasks within Activities). |
| TriggersSupported | Boolean | Indicates whether the module supports triggers such as those from workflows, custom buttons, or approvals. |
| Visibility | Integer | Indicates whether the module is visible within the organization. Value of 1 means visible; 2 means hidden; larger numbers represent a combination of hidden feature flags. |
| Convertable | Boolean | Indicates whether records in this module can be converted into another type (for example, converting a lead into a deal). |
| Editable | Boolean | Indicates whether records in this module can be edited. |
| EmailTemplateSupport | Boolean | Indicates whether the module supports the use of email templates. |
| FilterSupported | Boolean | Indicates whether the module supports both custom and system-defined filters in views. |
| ShowAsTab | Boolean | Indicates whether the module is displayed as a tab in the CRM interface. |
| Viewable | Boolean | Indicates whether users can view records in this module. |
| ApiSupported | Boolean | Indicates whether this module is accessible through the API. |
| QuickCreate | Boolean | Indicates whether the module supports the quick create feature. |
| ModifiedByName | String | Name of the user who last modified the module's properties. |
| ModifiedById | String | Id of the user who last modified the module's properties. |
| GeneratedType | String | Specifies how the module was generated or created. |
| FeedsRequired | Boolean | Indicates whether feeds are enabled for this module. |
| ScoringSupported | Boolean | Indicates whether records in this module are eligible for the scoring process. |
| WebformSupported | Boolean | Indicates whether records in this module can be created using web forms. |
| BusinessCardFieldLimit | Integer | Specifies the maximum number of fields allowed in the business card view for the module. |
| ParentModuleApiName | String | The API name of the parent module, if present (for example, Activities is the parent of Tasks, Calls, and Events). |
| ParentModuleId | String | The Id of the parent module, if applicable. |
| WebLink | String | The web link associated with the module, if provided (for example, https://extensions.zoho.com/plugin/facebook). |
| IsBlueprintSupported | Boolean | Indicates whether blueprint features are supported in the module. |