crm_get_field_changes
Track field-level change history for Zoho CRM records to audit modifications and ensure compliance. Specify module, date range, and fields to analyze exactly what changed.
Instructions
Track field change history for records - detailed audit of specific field modifications\n\nPrerequisites: Use crm_search_records or crm_search_by_timeline to find target records\nNext Steps: Use crm_analyze_activity_patterns for trend analysis → Generate change reports\nBusiness Value: Compliance tracking, change audit, data quality monitoring\nError Recovery: If no changes found, verify field names and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | End date (YYYY-MM-DD or ISO 8601) | |
| per_page | No | Timeline entries per record (max 200) | |
| date_from | Yes | Start date (YYYY-MM-DD or ISO 8601) | |
| record_ids | No | Specific record IDs to analyze | |
| field_names | No | Specific field names to track | |
| module_name | Yes | Module name (standard or custom) |