loader

Date & Time Functions in Deluge Script

For this tutorial in video form, click here Let’s take a look at dates and times in Deluge Script, and how to perform functions upon them. The two most important time related functions in Deluge are toDate and toDateTime. You can follow along with the examples below by opening the Deluge interactive docs. toDate Let’s […]

Fetching External Data Via Deluge Script

For this tutorial in video form, click here Most of the time when you’re writing code in Deluge Script, you’re not going to be doing something like this: Something like this is useful when you’re doing exercises. But when you’re writing real code, you’re going to get your data from elsewhere. For example, maybe you […]

Custom related lists in Zoho CRM

In this post I am going to show you how to make a custom related list. In this case, I’m showing the purchase orders in which a particular product is found. The way to do that is to create an XML document that represents the related list.  You can find this documentation on the Zoho […]