Tag Archives: zoho crm

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 […]