Category Archives: Zoho Deluge

Zoho Deluge: Integrating Zoho Inventory with Zoho CRM – Simplified and Streamlined

Welcome to this easy-to-use script designed to bridge your Zoho Inventory and Zoho CRM platforms seamlessly. Our goal is to make your data management process as efficient as possible, ensuring that product information in Zoho Inventory reflects accurately in Zoho CRM. Before You Begin: Connection Setup: Ensure you have an active connection in your Zoho […]

Zoho Deluge: Round Robin using Groups and Random Number Generator

Zoho Deluge: Round Robin using Groups and Random Number Generator

Great for leads, approvals and anything else, because you can tell anyone who gets upset that it is a random process! I saved the Group ID to an Org Variable so I didn’t need to call it every time, and I can get it really easily. I find the Users Group endpoint clunky, especially since […]

Zoho Deluge: Call a Standalone Function from inside another Deluge Script

Reusable code, smaller functions and tighter coding make it much easier to debug problems. In order to ensure reusable code across all Zoho functions, use Standalone functions and then call them when needed from inside other scripts. To do this, create a “Standalone” function (ie “convertDateFormat()”, then from within your other function, call it like […]