Webhooks daily limit
Hello, Upgrading our plan, we can now use webhooks, but looking at the documentation there : https://www.zoho.com/crm/help/automation/webhooks.html#Set_Up_Webhooks I have found that there are some daily limitation : "If you exceed the maximum count per
Attachments in emails?!
Hi, we enables dropbox CC feature for our sales team , they send many introductory emails to leads/contacts which has profiles and data sheets the issue is that after a while, the CRM storage got full, I checked with Zoho CRM support for a way where I can view the attachment files list and delete the unnecessary ones or duplicated ones, they informed me that there is no way for me to achieve that!! the only workaround is for me to go through all my records one by one (more than 10,000 reocords) and
Only one name in email for customer w/ multiple contacts
If you are sending an email to multiple contacts, how can we do it so that all the contacts' first names will appear in the template? Example: Contact 1 = Mickey Mouse Contact 2 = Bugs Bunny Template contains: Hello ${Contacts.First Name} ${Contacts.First
How to add product list to Zoho Forms
I have two problems I need to solve. I hope someone can help. I am using Zoho CRM for student enrollment for certificates issued. Students need to sign up for certain sets of subjects to qualify for their certificate (there are 5 levels). I have used
Ability to associate emails to a Potentials, Contacts or Leads
Wouldn't it be nice to be able to associate incoming and outgoing emails to Potentials, Contacts and Leads.Other than the recipient or sender. The Zoho Outlook Plugin can do it, why not within Zoho Mail. Many businesses, such as brokers, finance, banks,
Product Lookup List Problem
Hi, I have a product lookup field. When I search the lookup list for products it also retrieves all "inactive" products. We should have an option to include/exclude "inactive" products when adding the product lookup field in the module builder. I deactivate
Account search not working
Hi, If I am adding a contact and when I go to the Account field, a drop down box pops up with account names, but when I start to type a name, it shows No Results Found. Even I type one of the names that shows up in the box before I start to type, I get
Import data from Bigin
Dear All, Zoho CRM provides you with multiple options to migrate data from your existing systems into Zoho CRM with the help of our data migration wizard, thereby reducing the hassle of manually importing data. In line with that, we've now added the option
Focus Group Webinars - Q1 - 2023
Zoho CRM can be allied with other Zoho products to operate business processes and achieve several functionalities efficiently. Generally, all of these integrations can help scale business activities and also save a lot of time. For this Quarter (Q1: 2023
How to creating tag by deluge crm
Deluge data = zoho.crm.getRecordById("Contacts",conid); lastname = data.get("Last_Name"); // info lastname; Account_Name = data.get("Account_Name"); // info Account_Name; Shipping_State = data.get("Shipping_State"); Lead_Source = ifnull(data.get("Lead_Source"),"");
A/B Split Email Testing from within Zoho CRM
Does anyone currently have any sort of A/B split testing happening from within Zoho CRM? We currently use workflow rules within Zoho CRM to send out emails, but are hoping to do some A/B split testing to determine which email work best. Is anyone doing
Scheduling a call with a contact related to another contact
I'm looking for a way to schedule a call with one contact and associate the same call with another contact. Typically, I would imagine this can be done by using the "Related to" Field in the call. But I can't find the option to associate a contact here
Custom functions - get records by view name - getRecords(viewName)
Has there been a breaking change with this feature? Several of our deluge automations no longer work, as of today. For example: deals = zoho.crm.getRecords("Potentials Awaiting review Unassigned"); info deals.size(); Returns 0, even though there are many deals in the view named "Potentials Awaiting review Unassigned" Changing to: deals = zoho.crm._getRecords("Potentials Awaiting review Unassigned"); info deals.size(); Returns 1. Performing a .get(0) still returns a map of size 1. Performing a further
Using CRM API to insert/update product "List Price" and "Quantity" does not auto-fill related pricing information
When updating or inserting only certain parts of pricing information (list price, quantity) of a product, how do you force the backend to auto-insert relevant "Amount" and "Total"/"Grand Total"? Example of my quote insertion: ... <Quotes> <row no="1"> ... <FL val="Product Details"> <product no="1"> <FL val="Product Id">123456789</FL> <FL val="Quantity">1.0</FL> <FL val="List Price">123.0</FL> </product> </FL> ... </row> </Quotes> Thank you for your help!
Failed to execute function - Mismatch of data type expression. Expected List but found String Line Number:12
I've had the above error, for the following function. I have a customer module (Customer Onboarding) where I want to create a record for each row in a subform in the Deals module, this currently works, however I'm working in sandbox to change the subform.
Multi-vurrency for products?
Hello, i couldn't find multi-currency option for products. it is just shown Try and i also added USD from general setting module. i can just add value and it directly add TRY on the system without asking me. how can i change this?
How to fetch data from subform in server by Client Script?
Hi all, I need to call data in Subform from server to compare with data on web browser. I tried to use fetch data by fetchByID, but I can't find info of Subform. Please help me!
Using Deluge, how to loop through all Open Meetings?
Hi I need to loop through all Open meetings. My code is: getMeetings = zoho.crm.getRelatedRecords("Events","Deals",deal.get("id")); for each meeting in getMeetings { // do something } However, this loops through all Meetings (Open and Closed). Ive tried
How to run a workflow based on date field in Subform?
Hello, in the "Invoices" module I have added a subform that contains several fields incl. a date field. I am running a workflow and several lines/records in this subform will be created. And I want to run another workflow based on the date field in the
Field update every 2 years
To keep it brief - our clients have a certification that renews every 2 years and I'm trying to set up a function to auto update just the year. What would be the best way to do this? Apologies if this is a huge noob question.
Button to create a sales order from a deal in Zoho CRM
Hello, is it possible to create a Sales Order from a deal without sending or creating estimates? The integration with zoho books can create an invoice draft from a deal. I think of something like this for a sales order. I need to send a total invoice
Voice to text notes on the Zoho CRM iOS app
Are you guys up for a challenge? Okay, so what I would like you to do is, try to add a note to a record on the CRM mobile app just by using one hand to enter the texts. This is doable and quite easy. However, what if I tell you to add a note to a record
How do I calculate the values from individual fields?
Hello, I am looking for a way to calculate the values from individual fields in the module "Invoices". "Sub_Total" (it's the "offical" field of the Products subform) "Discount_in_Percent" (picklist) Result: "Discount_Value" (input field) The result should
Update ZOHO CRM Subform Custom Field by Deluge
Hello Team, resvp = zoho.crm.getRecordById("Deals",5575250000004540106); Quoted_ItemsList = List(); ProductDetails = resvp.get("Products_Details"); for each rec in ProductDetails { mp = Map(); PodcastName = rec.get("Podcast").getJSON("name"); PodcastID
Is it possible to move Cases into Desk
Is it possible in the integration between Zoho CRM and Zoho Desk, to push Cases created in CRM into Desk and pass the updates between the two systems?
Not Able to Fetch data more if file size more 5 MB
Hello Team, @Bhoomi Joshi @Anamika Prasanth @Ashwin Vishal R Greetings of the day, I am Facing an issue with Fetch data from the getURL() & also with the InvokeURL 1. file size is more than 5 MB, please provide the solution for
Can I assign price books to contacts, invoices or purchase orders?
Hello, I recently created several price books in Zoho CRM and assigned products to each price book with special prices. But I do not know how to assign the price books to contacts, invoices or purchase orders? The best way would be to assign a price to
Update data in subform
Hello! I have a subform within a budget, I need to update the data of one of its fields in this subform. But I am not managing to insert it either with a function or with an update rule. With the rule, it doesn't directly allow me to choose to point to
Subform in template
Hi! I want to make a template in the inventory section, to print from the Quotes module. But I can't add data from a subform to the template, the system tells me that the fields of the subform are not compatible with the template. I also can't create
CRM deleting emails from system when they are deleted from outlook
Hi, i have noticed that when i am deleting an email that i have sent through outlook that it is deleting it off the CRM system on the account. how can i stop this from happening? Its deleting the email when i am deleting it in both sent and in trash.
Retain Emails for Deactivated User in CRM
I have CRM Plus. If a sales person leaves, we loose all email history for the Lead, Contact or Account. That is a major flaw in the product. I have been told I can take a backup. There is no way to import email into CRM. How do we keep the email history
How create a new record with workflow/function in another module in Zoho CRM?
Hello, I do have a custom module "Subscriptions" and I want to create a new invoice in the module "Invoices" in Zoho CRM by running a workflow. The new invoice should be generated on the basis of various fields in the "Subscriptions" module: "Contact_Id"
CRM Calendar Sync to Google suddenly causing duplicate entries in Google
I've had Zoho CRM Calendar set up with a two-way synch to Google Calendar without problems about 18 months. Last week, the sync has started causing duplicate entries (and occasionally triple entries) in Google. No changes were made to my account - it
How zoho calculate touch point score
How to zoho calculate positive and negative touch point score
About aliases for fields on layouts Zoho CRM
Hi team I am managing Zoho Crm, where when parsing a deluge script where I see the following code: debtCopayment = potential.get("Copayment_to_Cover"); But if I look for the Copayment_to_Cover field in the layout, I can't find it, which makes me think
Add 'Years' Option to Workflows
To keep it brief, I was trying to set up a workflow to add 2 years to a date field automatically as an update field action (with the trigger being the date itself) and saw the option to change the date by 'Days' or 'Hours' - because of leap years triggering
ZoHo CRM for email on a shared mailbox
Hello ZoHo CRM hive mind, We are just beginning to use ZoHo CRM and have added the ZoHo CRM for email onto our Outlook accounts. When we connect as ourselves, the add-in is available, but on a shares mailbox it disappears. Does anyone know if this add-in
Email Notification's going to spam folder
Hi there, We are having an issue where email notifications triggered by workflows are being caught in spam. These emails are going to people in our company but who are not users in zoho so are added through 'additional users'. The from address is set
Zoho CRM and Google Maps
Just wondering if there's any integration here. Trying to figure out if I can utilize Google maps with addresses for contacts, customers, etc within Z CRM? Earl Rudolfo SMBOnline 360�
Linking a referral and referralee records together in any form (Lead, Account or Contacts)
I have a client that gives me referrals to other businesses. I need to. 1. Look at the client record that provides me with the lead and see a list of referrals I have received from them 2. Ability to click on that list and go to the refurred lead
Next Page