dotConnect for Zoho CRM Documentation
In This Topic
    Modifying Data Overview
    In This Topic

    dotConnect for Zoho CRM does not support transactions because Zoho CRM itself doesn't support them. All data modifications are immediately sent to Zoho CRM. They cannot be performed offline, unlike selecting of cached data. Only after they are performed on the Zoho CRM account, the cache is updated (if the cache for the table being updated exists). If necessary, calculated or system field values are queried from the server after data modification is performed, and cache is updated with these values.

    All these actions are performed implicitly by dotConnect for Zoho CRM itself. You don't need to do anything special, just modify data in the same way as with any other ADO.NET provider. However, remember that there are some limitations on DML statements in dotConnect for Zoho CRM. These limitations along with the details of the DML statement execution by dotConnect for Zoho CRM are described in the Execution of DML Statements topic.

    dotConnect for Zoho CRM supports Zoho CRM custom objects and fields, and you can modify their data in the same way as with regular objects.