Apparent time-out of Deluge code
See video explanation here: https://workdrive.zohoexternal.com/external/e9a38e2c5bacfdfd9f23fcdb899b1e2cbebfa1431f43b95653afae31a415b0d1
Retrieving Invoices via zoho.crm.getRecordById failing in a deluge function?
Hi, While updating a deluge function in CRM (that creates a corresponding invoice in Books), to use OAuth, it looks like I'm getting { "status": "failure" } at the very start of the function (even the old, working code no longer appears to work). The
Easiest code to convert date format from Books to CRM
There's got to be a better way....? Books - 06 Sep 2022 CRM - 2022-08-27 day = estimated_ship_date.left(2); year = estimated_ship_date.right(4); month = estimated_ship_date.subText(3,6).lower(); info month; // 06 Sep 2022 // 2022-08-27 if(month == "sep")
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
getRelatedRecords not working while getRecords is working
So i have the following code that gets all the records ( at least the first 200 ) of my custom module: notificationLines = zoho.crm.getRecords("Notification_Lines", 1, 200 ); for each notificationLine in notificationLines{ //info notificationLine;
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,)
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,
How can I update the value inside a custom function from another custom function?
Hello there, I have two custom functions right now, one of them has a variable called 'token' inside of it, and then I have another function (custom function) that I want to use to update the 'token' variable I have in custom function 1, is this possible
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
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?
How can I get the payable days from attendance form using deluge what is the label name of form and field?
response = zoho.people.getRecords(form name); what is the query?
How to trap and handle "Failed to execute function Value is empty and 'get' function cannot be applied Line Number:30"
How does one trap, and then handle, this error? Failed to execute function Value is empty and 'get' function cannot be applied Line Number:30
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.
A peek into Deluge's file functions
Hello everyone, Recognizing the importance of files in Zoho products, Deluge implements FILE as a unique type of data. It also comes with a set of built-in functions that operate on FILE data type to identify the properties of files, zip or unzip files, and more. In this post, we will cover Deluge file functions that let you work with your digital documents using Deluge. Files in Deluge Files in Deluge must be fetched from the web or cloud service. It doesn't operate on offline files. The following
Retrieving dropdown values in a tabular section
Hi, I would like to retrieve all the values from a dropdown list for a field in a tabular section from the employee form in a deluge script. Any help would be appreciated. Thanks
Deluge in Zoho Services #3: Zoho People
Hello everyone, In today's post, let's explore the ways you can use Deluge to achieve more with Zoho People. In addition to supporting connections, Zoho People supports Deluge in the following four areas: Validation Workflow Scheduler Custom button
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.
Why can't I add an event to my calendar in Zoho Creator/Deluge?
I am trying to build a script using Deluge in Zoho Creator which will create a calendar event in Zoho Calendar when a new form is submitted or an existing form is updated. I am using the Zoho Calendar connection with the following code: response = zoho.calendar.createEvent("<calendar-uid>",
Adding Account tags to associated Project
Hello, I am trying to edit a function that I created to also pass along the account Tag to its associated project. The function I created below is used to create and associate a project to its account (I created a workflow to kickoff this function once
Zoho
When creating a connection in CRMPLUS to Zoho OAuth, I am getting an "Invalid Operation Type Scope does not" page when connecting. Scopes: ZohoCRM.bulk.ALL ZohoCRM.Files.CREATE ZohoCRM.Files.READ ZohoCRM.functions.execute.CREATE ZohoCRM.functions.execute.READ
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.
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?
[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
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
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
Next Page