Modules
Lists all standard and custom modules in the account, including API availability and customization status.
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 of the module. |
| Name | String | Name of the module requested by the user. |
| SequenceNumber | Integer | Order number used to sequence fields. |
| ApiName | String | API name of the field. |
| GlobalSearchSupported | Boolean | Indicates whether the module supports global search functionality. |
| Deletable | Boolean | Indicates whether the user is allowed to delete records in the module. |
| Description | String | Description of the module, if provided. |
| Creatable | Boolean | Indicates whether the user is allowed to create records in the module. |
| InventoryTemplateSupported | Boolean | Indicates whether the module supports inventory templates. This is true for modules such as Quotes, Invoices, Purchase Orders, and Sales Orders. |
| ModifiedDateTime | Datetime | Date and time when the module properties were last modified. |
| 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 includes a submenu (for example, Tasks under Activities). |
| TriggersSupported | Boolean | Indicates whether the module supports triggers from custom buttons, workflows, approvals, or other sources. |
| Visibility | Integer | Indicates the visibility level of the module within the organization. For example, 1 means visible, 2 means hidden, or a custom value indicating feature-specific visibility. |
| Convertable | Boolean | Indicates whether records in this module can be converted into another type. For example, leads are converted into deals. |
| Editable | Boolean | Indicates whether the user is allowed to edit records in the module. |
| EmailTemplateSupport | Boolean | Indicates whether the module supports use of email templates. |
| FilterSupported | Boolean | Indicates whether the module supports user-defined filters in addition to system-defined ones in a custom view. |
| ShowAsTab | Boolean | Indicates whether the module is displayed as a tab in the CRM user interface. |
| Viewable | Boolean | Indicates whether the user is allowed to view records in the module. |
| ApiSupported | Boolean | Indicates whether the module is accessible through the API. |
| QuickCreate | Boolean | Indicates whether the module supports quick-create functionality. |
| ModifiedByName | String | Name of the user who last modified the module properties. |
| ModifiedById | String | Id of the user who last modified the module properties. |
| GeneratedType | String | Indicates how the module was generated or created. |
| FeedsRequired | Boolean | Indicates whether the module supports feeds. |
| ScoringSupported | Boolean | Indicates whether the module supports scoring functionality. |
| WebformSupported | Boolean | Indicates whether records in the module can be created using web forms. |
| BusinessCardFieldLimit | Integer | Maximum number of fields allowed in business card view. |
| ParentModuleApiName | String | API name of the parent module, if one exists (for example, Activities is the parent of Tasks, Calls, and Events). |
| ParentModuleId | String | Id of the parent module, if one exists. |
| WebLink | String | Web address associated with the module, if one exists (for example, https://extensions.zoho.com/plugin/facebook). |
| IsBlueprintSupported | Boolean | Indicates whether blueprint is supported for this module. |