Tag Archives: zoho crm deluge

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