Hello everyone,
I have a specific requirement to synchronize the Deal owner with the customer-owner in Zoho Books. In order to accomplish this, I have developed a deluge script that is currently functioning correctly.
However, I have a concern regarding whether the following workflow will execute whenever a Deal is edited, even if the Deal Owner remains unchanged. I am unsure if Zoho CRM's architecture itself determines whether the field has been modified or not.
Essentially, I want to ensure that my workflow is executed on every instance of a modified Deal, whether it is through an edit or a create operation. While the script is currently working perfectly, I am considering its broader implications and API usage.
Basically, I want to ensure that on every EDIT or CREATE where the deal is modified my workflow gets executed.
Though it is working perfectly, I am thinking in a broader context and API usage.