crm_get_custom_view_details
Retrieve the full metadata of a specified Zoho CRM custom view: criteria, fields, and sorting.
Instructions
Get detailed metadata for a specific custom view including criteria, fields, and sorting
Prerequisites: Use crm_get_custom_views to identify target custom_view_id Next Steps: Use crm_search_records with view criteria → crm_get_fields for field analysis → crm_update_custom_view for modifications Common Pattern: View identification → View configuration analysis → Record retrieval with view → View optimization Error Recovery: If view_id not found, refresh with crm_get_custom_views → verify view still exists → check view permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes | Name of the module | |
| custom_view_id | Yes | ID of the custom view |