Let us reorder Email Template Folders
I have a lot of templates to add. Re-ordering templates and being able to change the module that they appear in is vital. I'm not looking forward to populating my templates and adding new ad-hoc templates when things change. It's going to look like an
Dynamic Filtering Based on Field-to-Field Comparison in Zoho CRM
Hi, I hope you're doing well. We would like to request a feature enhancement in Zoho CRM that allows filtering and mass updating records by dynamically comparing values between two fields within the same record, without needing to specify fixed values.
Form and CRM Email Template url processing and/or prefill broke
Hi All, I have an open ticket with Zoho support on this, but it's so urgent I hope I can get help here, too. Today something in the Form data collection url processing broke and there were zero changes made by yours truly that touched any part of the
Zoho’s Utter Neglect of Simple Fixes – No Font Size 11 in Emails? Seriously?
We have been using Zoho CRM, and while we appreciate many of its features, it is mind-blowing how they continue to ignore the most basic, industry-standard features that every other CRM has implemented years ago. Take this simple example: Zoho CRM does
Using Zoho CRM API, how can I update a file_upload field to link to a WorkDrive folder?
I have a deluge script that automatically creates a WorkDrive folder when a new record is added to a custom module. This is working fine. Inside this custom module, I have a field called 'Work Drive'. I want to update this field to link over to the newly
Intended workflow for estimates, received POs, etc.
In every sales organization I've been, the flow of information has followed the same path: RFQ received from customer Quote sent to customer PO received from customer Sales Order created internally (work begins) Invoice sent to customer Payment received
Has Anyone Else Built a State Machine into a Function?
I'm in the process of building a state machine for lead lifecycle management within Zoho CRM, and I'm curious if anyone else has tried integrating a state machine into their Deluge functions, especially considering Zoho’s 12-function cap. I’ve managed
Cannot use a Zoho Form in CRM Email Template
I've created a Zoho form that has integration with Zoho CRM and is linked to a custom module. I know the form works as I have tested it. When I try and insert this Zoho Form in a button on a CRM email template set up with the same custom module I get
Create a task based a date field and a drop down to generate a next contact date.
I hope I can explain this right. My ecommerce business has a lot of regular customers who all purchase at different order frequencies. I'd like to set up a workflow based on the last date a customer has placed an order and set a task to contact a customer,
KPI comparer nombre affaires ouvert entre deux périodes
Bonjour, Après beaucoup de réflexion, je n'arrive pas à trouver une solution à mon problème: j'aimerais pouvoir comparer le nombre d'affaires ouvertes (et aussi en fonction des étapes) entre plusieurs périodes. Par exemple, j'aimerais savoir combien j'ai
"CRM for Everyone" new user question
I am new to Zoho CRM and have been working on configuring it this week when yesterday I noticed a banner ad for "CRM for Everyone" early access and have a few questions. Is this a beta of a new interface that I will be receiving in the future or is it
So poor customer service from Zoho
We've been customer of Zoho since 2017 and were currently experiencing some development growth and we've been needing support form you but, Have been unsuccessful doing so... I need you to guide me on how your customer service work, times, calls frequency,
Update field with selected date, not execution date
Hello, I would like to know how to set up a workflow or function to return a selected date from a module and update the respective canvas field with that date. I do not want the date to be the execution date as the selected date can be in the future or
Canvas button for related record.
Hi I can see we can add button for each related record row. But seems it is not for related record button, as I cannot get the chosen related record id thru this button. Is it a bug or it is in canvas develop road map? We do have business request to choose
whatsapp notification is not triggered on workflow rules Zoho CRM
I create a checkbox field like this this field is used to store boolean value if a lead needs to be sent a Whatsapp template or not. I create a deluge function to make it selected or not. if a lead is created by Whatsapp (Business Messaging) at 6:00 PM
Team Inbox Email Insights
Hey Did anyone of you found out if it's possible todo email insights tracking eg. (open, clicked etc) while sending emails trough Team Inbox which is connected to Zoho CRM?
Getrecords in deluge can't get record which in approve process?
Hi , I found getrecords method can not get records which in approve process? Is it true or it something else?
How would you improve this lead life cycle scheduled function?
void schedule.IntegratedLeadProcessing() { // STEP 1: Retrieve Leads from CRM leads = zoho.crm.getRecords("Leads",1,200); if(leads == null || leads.size() == 0) { return; } // STEP 2: Process Timeline Engagement & Update Lead Status currentDate = zoho.currentdate.toDate();
Workflows User based or Organization based
Hey everyone If we setup a workflow with User X on the leads module for example will this workflow be working even when another user is working on the same lead as i do. Basically the question is are workflows organization wide or only user based? B
Zoho CRM Customization for Real Estate Agents?
Evaluating Zoho CRM for residential real estate sales and wanted to ask if anyone has been using this and how they like it? I'm comfortable making modifications to fields and modules but looking to get some insight on how people use the different modules. Leads, Contacts, Opportunities..... there seems like some overlap with these for a B2C model like residential real estate. Anyone walked this path before and can offer some tips?
Importing data into subform
Hi, I have a multi-line field that I want to replace with a subform in my deal module (so that we can date individual entries in the future). I have exported the content from the multi-line field that I will be retiring, but how do I mass update the subform
Tracking Agent Diligence in Updating Records
Our organization mainly focus on B2B. While we've implemented automations like pushing info from web forms into CRM, we often get info from events and individual networks. The complete/updated info relies in the agents who directly interacts with them,
Sheet View for Reports
We often need to filter our contacts in a way that is too complex for Custom Filters (which now allows filtering by Related Modules - amazing! - but doesn't allow for an *OR* relationship between the multiple filters) or Custom View (which does not yet
Organizational Emails Send through Email Relay Server
Hello, It would be great if the the Organizational Emails could send through the Email Relay Server as well. I often need to send email as someone else and since we use the GMail API option I have to use the organizational emails to do this. We use Postmark for our Email Relay Server to increase deliver-ability which is something that we have had issues with when sending everything through Zohos servers. Also with postmark there is no need for each organizational email to have its own credentials
API method to convert a Quote into a SalesOrder ?
Hi, We need to convert a Quote into a SalesOrder using the Zoho CRM API but this action doesn't seem to be available ? (cf online doc). It's strange because the conversion from Lead to Account is available. Is there a convertQuote available ? If not,
Client Script Support for Layout Rule Pop Ups
In the following pop up which is created by a layout rule, we want to use a client script to calculate the following fields based on the first field. Unfortunately, this is not possible.
Pipeline stages for product-led growth (PLG) subscription services
(Estagios de pipeline com foco em serviço digital por assinatura (PLG)) Dear colleagues, I am writing to request assistance with a significant challenge I am currently facing. I manage a digital service that operates on a subscription-based model. I am
Kaizen 179: Choosing between ZDK CLI and Web UI : When to Use Each
Hello everyone, Welcome back! ZDK CLI uses commands to manipulate with Zoho CRM metadata from a terminal. While Zoho CRM Web UI remains the primary tool for manipulating Zoho CRM metadata like creating modules, configuring fields/layouts etc., using ZDK
Button Display Conditions
Hi Guys, Is it at all possible to have extra button conditions? Context: We have data in our deals module which has a custom button which converts the deal into contacts + set up relationships between them. At the end of the conversion we set a field
Issue with COQL Query for Retrieving Notes via Zoho CRM API V7
Hello, I am currently working on a COQL query to retrieve Notes associated with Deal records via the Zoho CRM API V7. However, I am not receiving any response. When I used the V6 API, I did receive a response. Below is the COQL query I am using to fetch
Dashboard Auto-refresh
Why is there no Auto-refresh on the Dashboard? People have been asking for the last 6 years for this function from what I can see in my reasearch, it seems like a very simple intergration for Zoho to achieve. on Sept. 2, 2014, this was added: Support
Lookup field of related entities
Hi everyone! Since every Deal can have multiple related Quotes, how can I add a field to Deals that allows the user to select one of those Quotes? The objective is to mark one of the Quotes as the "preferred" one. Thanks for your time!
Clear specific tag or tags from all leads
I'm looking for a way to clear a specific tag from all Leads. I have a function when a tag is added to a lead they are added to a campaign and their status is set to "invited". I need to find a method to remove the tag. If I try to delete the tag to clear
Can´t copy fields
Hi Im trying to copy the information from a registry in a module to a new one in another module, the following code works, the thing is, it does'nt copy the rest of information in the new registry, i'm learning Deluge in an autonomy way so, i don't now
Syncing Deal Tags with Contact Tags
Hello, I'm new to Zoho CRM. We use the contacts section to store our quality leads / and past contacts. We obviously use the deals feature when working current deals. I'd like the deal tags and contact tags to automatically sync so the tags are the same
Multi User Lookup field on the Zoho CRM iOS app.
Hello all! Hope you are all safe and sound. We have now brought in support for the Multi User Lookup field on the Zoho CRM mobile app. Below are the enhancements that are supported in this update: * Multi User Lookup field can be added through the
Deluge Converting issue in File Upload of Excel Format to Xlsx in Subfrom
Scenario: In the Lead module, there is a File Upload field and a Subform. When an Excel file in CSV format is uploaded to the File Upload field, a Deluge script runs to read the document and transfer the data to the Subform using a client script on the
I am unable to delete products... I just get a popup "Sorry you cannot delete the product(s)".
Sorry you cannot delete the product(s) As the product(s) are involved in the inventory modules ( Quotes/Sales Order/Purchase Order/Invoice), it cannot be deleted. However these products do not seem to be mapped to any other module in the CRM....
Redirect URL
Hello people, First of all, I don`t know what to put in the field redirect URL. I believe it shouldn`t be the client domain, and the end point URL is not working as well. The endpoint used is https://www.zohoapis.eu/crm/v2/Leads. The whole https request
Move a Contact from Current Account to a NEW Account
I do not believe the functionality to Move a Contact from a Current Account to a New Account is not available. Please someone tell me I am missing something! I have been through designing, developing, using and selling CRM systems for over 25 years and
Next Page