How to escape characters in ${!Leads.First_Name}
I want to use this string in a call to replaceAll() replaceAll( ${!Leads.First_Name}, "some text"); How to escape the necessary characters?
Is there a way to force a write commit?
I have Deluge code, triggered by a workflow, that creates a Workdrive folder structure. There are times when the workflow must be getting triggered in quick succession, because two folders get created. My code properly checks for the existence of the
What is the data map() for url field?
I need to set a URL field via deluge. how to specify the data map for each sub-piece of the url field type? url link name title Thank you.
SendMail in CRM Deluge function rejects a validated email address
In a CRM Deluge function, the email address is considered invalid. Is there another method by which it can be validated? It's unacceptable in my current situation to use either the zoho.loginuserid or adminuserid as the From address.
reformat eoMonth() function
I am trying to get the eoMonth() to produce year-month-day since that is the only accepted input in my flow for updating a module to accept a date. However using this function shows month-day-year. Is there anyway to resolve this?
Sort a list of key-values elements
Dear community, I have the following question. I have list called list_values: list_values = {{"name":'Carl',"age":6},{"name":'Adam',"age":8},{"name":'Bob',"age":9}}; I want to reorder the list values based on the name key of each key-value element, the
Deluge should permit a connection to be set with a variable
Hello, Being one who occasionally likes to post code in the forums, I try to make anything that the end user needs to define be present at the very top of the script so that those who want to implement the script won't have to hunt through lines of code,
[TYIA] Zoho Campaigns using Deluge
Hope all is well. I would like to learn systematically to develop Zoho Campaigns using Deluge, is there any training/websites that would be helpful? Any trivial information would be helpful and appreciated. Thank you in advance.
How to set the width of the columns in a script
Dear community, hope you all are doing great, I'm creating this thread to check the following: I have a deluge script that creates a PDF file with a table and I'm strugling to set the width of the columns. Here's the snippet of my code which creates this
Possibility to convert non-ascii characters to ascii in Deluge
Hi! I am making a function that automatically creates emails for participants in a project. I am currently trying to convert all non-ascii characters that might be in a users full name to ascii characters. I can't seem to find a built-in function to do
Getting thread content in bulk?
With the Desk API, do you have to get each thread individually with a separate API call in order to retrieve the content of a thread, or is there a way to get the content back when listing the threads?
Support Scope in Client Credential grant type
Hello, As Scopes are supported by this grant type, It's useful to have this option (and we need it) in the Create Service form like Authorization Code grant type Thanks
Get the context ticket ID to move it to a different department using custom functions.
Hi, My goal is to move a ticket from one department to another on a field update, using custom functions. I'm picturing the ticket as an object, so when I have it opened in front of me, and I want to apply the function to it, how do I pass the ticket
All Zoho integration tasks to follow only OAuth authentication - We're stopping new Authtokens generation
Hello everyone, Deluge provides a set of pre-defined integration tasks that allow users to integrate with different Zoho services. These tasks are API driven, i.e., executing these tasks trigger API calls to the respective service's API in the backend.
Need Custom Function that will send an email template/notification to user
We have a custom function that is triggered when a new ticket is created. Inside that custom function we have some conditions that determine next steps. in one of those conditions we want to trigger an email notification to be sent. How do we use Deluge
My Love / Hate relationship with Deluge
Ok... so I should first say that I very much have an appreciation for all of the awesome things that I can do with Deluge. It really can be quite powerful in a variety of ways, and allows for all kinds of customization that otherwise would not be possible. Admittedly however, I've had days (and sometimes late nights that turn into early mornings) that I end up feeling like my head is going to explode when coding in Deluge. Now let me emphasize something here... Deluge is a terrific language...
Deluge Training
I have been beating my head on the Deluge wall for over a week now. Watched dozens of videos. Read lots of help forums. Read docs galore. Is there any decent training available? Please something more than "it is so simple...." or "here are all the great things it can do" Most of the stuff I find is pre 2018 and does not reference the current functionality.
Deluge API - to set Tax
Hi, Has anyone managed to update VAT rates through the API using Deluge? Thanks, Andrew.
Working with ranged values Zoho Deluge
Dear community, I'm creating this thread because I need help to archive the following: I have a system that must receive the numeric value "requests" and based on this value, it must give me the output telling me on which plan this number of requests
Field not updating
Hi All Please have a look at my code and guide me where I have gone wrong, I juts cannot get the field to update in the form "Expiry Date" even though it says the codes executed fine. records = zoho.crm.getRecordById("Contracts", 4994407000000384299);
Field not updating
Hi All Please have a look at my code and guide me where I have gone wrong, I juts cannot get the field to update in the form "Expiry Date" even though it says the codes executed fine. records = zoho.crm.getRecordById("Contracts", 4994407000000384299);
Using invokeurl to upload files to Google Drive
I'm running into an issue when using invokeurl to attempt to upload files to Google Drive using the Google Drive API v3 When I run the code below I get this error: "Missing end boundary in multipart body" However, I define the boundary string in the header,
I need Documentation for full argument options or combinations of .get() when v2 api invokeurl is used.
Hi i am using the v2 api to create record and trying to get the new record id. example: dlist = List(); dlist.add(paramap); dmp = map(); dmp.put("data",dlist); createResp = invokeurl [ url: "https://www.zohoapis.com/crm/v2.1/Quotes" type: POST parameters:
Create project form quotes using custom function
I am trying to create a new project from quotes using below code. have already created a connection using zoho qauth. it was creating a project earlier without the quotes id and details. However, I need to have the project created with details from the
Deluge and Javascript/Node.JS code examples (and others?) should be added to the API docs instead of just CURL
Hello. While I realize that it's not rocket science to convert from CURL, it would undoubtedly save a lot of time if the code examples for Zoho's own app API documentation also included examples for both Deluge (which I'm kinda surprised isn't there,)
Trouble with a custom function in Zoho Flow, API, invokeurl, Gmail, SMTP error
I am having trouble with a custom function in Zoho Flow, using invokeurl, with send_mail. Error: "message": "Connectivity issue occurred when sending mail via your SMTP server", I can get it to send just fine from one email, but not another. In other
Deluge in Zoho Services #2: Zoho Writer
Hello all, We hope you found the previous post in this series useful. In today's post, let's explore how Deluge works in Zoho Writer. Zoho Writer supports Deluge in the following three areas (workflows): Workflow 1 : Execute a Deluge function after a
Desk Search tickets only returning 10 records
I am attempting to make a schedule to make tasks to review older tickets but it is only getting ten records. The response gives a count of much more then 10. is there a limit to the size of the return I have tried setting the limit parameter higher but
Is there a way to automate adding Client Users to a Project?
I've been struggling to find a solution to this issue in these forums. Is there any way I can automate so that upon Project creation, Client Users are automatically associated from the CRM Contacts module?
Working with a Retainer Invoice in a custom function
I cannot find any documentation on fetching fields from retainer invoices with deluge. I have the retainer ID, I just need to use that to fetch two fields from the retainer: date of creation and the paid amount remaining on the retainer.
Pdf file upload
Hello everyone, I am trying to upload a pdf of an invoice into a file upload field and I keep getting the error that is it an invalid api call. If anyone could help telling my what i'm doing wrong that would be great. My code is below. Thanks. invoice_pdf
Zoho Writer Template filled in by form to create new Zoho Writer document , then using a function to share and send link to the new Writer document to an email address
Hi folks, We have set up Zoho Writer template that takes a user input from a form and then created a new Zoho Writer document into a folder. This is done by using the Zoho Writer automation feature for Forms, and under the heading: OUTPUT SETTINGS
Connecting to Zoho Desk API with PostMan
Do you have instructions for connecting to the Zoho Desk API in PostMan for testing? I only found instructions for other Zoho Products but would like some guidance to test out API calls and responses.
EMAIL TEMPLATES | DELUGE
Good day Zoho Team, I am trying to create a custom function on sending email notification with different conditions, Is it possible to insert the created custom email template to my custom function? The email template contains content with several placeholders.
Automatic Scheduled Call
Hi PLease can someone Help, I have written a script that will automatically add a scheduled call on a trigger, hoever it keep sadding the scheduled call as a closed activity. I cant seem to find the error contactDetails = zoho.crm.getRecordById("Contacts",contactId);
How to iterate over all records?
I need to iterate over all records in a module (4,500). Is this still the best way: lst_iterator = {0,1,2,3, etc....}; { records = zoho.crm.getRecords(moduleName,iterator, 200); for each item in records { // Do something } }
Update Call Subject with Call result afer the call is completed
Hi I need to update the call Subject with the call result once i have completed the call. I have tried a few options but keep coming short.
Sending data from Zoho Projects to Zoho CRM
Dear community Hope you all are doing great! I'm opening this thread to understand how can I setup the following workflow between my Zoho Projects portal and my Zoho CRM portal: In my project, let's call it PROJECT X, I have new incoming bugs registers
Deluge in Zoho services #1: Zoho Mail
Hello everyone, We hope to present the various Zoho services that support Deluge through a series of posts. In today's post let us explore Deluge in Zoho Mail. Filters is the Zoho Mail feature that encompasses Deluge. When a Deluge function is associated
Pull Data from Zoho Books to Contacts Module in Zoho CRM
Hi, I've integrated my Zoho Books with Zoho CRM. For every contact that I have in my Zoho CRM, I wish to have the following three fields: 1. Total Sales 2. Total Receivable 3. Due Receivables (based on the Account the Contact belongs to) How should I
Next Page