How do I create a subfolder in a team folder using deluge?
Hello--working on an app in creator creating a database of different records associated with different organizations. I would like to create a folder for each organization within a team folder I've created specifically for this app, then make another
Assigning Teams to Projects from CRM Function Challenge
We have a function in our CRM that creates a Zoho Project (from a Project Template) when a particular field is updated. I'd like to try and assign teams to the project at that time but I can't seem to make it work. Is this possible and if so can someone
Get Related CONTACTS Id of a list of Accounts
Hi There, I am trying to get just the id's of a related contacts from a list of accounts, I can get it to output the full Json info , but i need just the Id's. I keep getting the following error: Failed to execute function Argument type mismatch - Found
Custom function for Inventory
Hello, Anyone know how i can create a custom function inside Z Inventory in order to delete both the package and shipment (Mark as undelivered) ? A lot of the time we get customers ordering and picking up products straight away, before they even leave
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")
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;
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 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
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
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?
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
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:
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
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.
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
Next Page