Summary
When cloning an existing Deal record in the Zoho CRM mobile app, saving the cloned record fails with the error "Deal name cannot be empty" — even though the Deal Name field is visibly populated with a valid value. The save is blocked entirely. This does not occur when creating a new Deal from scratch in the mobile app, and does not occur when cloning a Deal in the web browser.
Environment
Steps to Reproduce
Expected Behavior
The cloned Deal saves successfully. The validation error should only fire when the Deal Name field is actually blank.
Actual Behavior
The mobile app fires a false validation error and blocks the save. The clone operation cannot be completed on mobile.
Key Observations
Hypothesis
The mobile app's clone workflow pre-populates field values visually, but the Deal Name field does not properly register with the form's internal validation state — the underlying model reads it as null/empty even though the UI renders a value. This is a classic field-binding bug on the clone page that doesn't affect new-record creation because that path initializes the field differently.
Has anyone else encountered this? Zoho support has been notified, but posting here to see if there's a known workaround or if others can reproduce.