Dashboard Report for Leads/Deals without Activities
We're trying to create a user-facing dashboard view that indicates counts of Leads and Deals missing activities. The idea is to identify Leads and Deals that have no calls in their activity history. Leads and Deals both have 'Untouched' filter parameters
Meetings: "Related to" entity types
Hello! When adding a new meeting you can specify a "related to" property. The dropdown contains "None" "Lead" "Contact" and "Others". When you select "Others" a new field appears that allows you to select Account, Product etc... We rarely link Leads or
Email Tracking and Templates from inside Gmail
Is there a way to track email opens on emails sent directly from gmail? Also, is there a way to make email templates accessible in gmail when composing an email? We used to use Hubspot Sales and it had both of these features. My reps prefer sending emails
Custom token persistence - Python SDK
Hallo, Python-SDK version 6.0 https://github.com/zoho/zohocrm-python-sdk-6.0/blob/master/versions/5.0.0/README.md#custom-persistence How can I get can I get CustomStore token persistence to work? I have used FIleStore before with no issues, but I would
All Types of People should share one table. All types of Companies should share one table.
I want all PEOPLE in the same place. It's very inefficient for Leads to be separate from Contacts. They should all be contacts, with "Lead", "Friend", "Info Source", "Media Contact", and other custom person-types in a "Type" field. This is evidenced by
Zoho CRM Digest - February 2024
We're thrilled to bring you the February digest, packed with exciting product updates and engaging discussions from the Zoho CRM Community. Keep reading to stay in the loop! Product Updates: Zia Enhancements Be it Tasks, Calls, or Meetings, Zia's activity
getRecords - 200 records at a time limitation - how to handle this - looking for a source code example
Hi all, Just wondering if anyone has put together the 'buffering' logic, or looping logic, needed to deal with the limitation that you can only pull 200 CRM records via the API at a time...which is obviously an issue when you have more than 200 records in your CRM. Has anyone looked at this in detail, and written the deluge script to handle it? Anyone from Zoho volunteer a solution? I think it's tricky (or at least cumbersome) without a Repeat/Until type statement for even a traditional 'For Loop'.
Kiosk Studio limit in Zoho CRM Enterprise
Hi, We are using Zoho CRM Enterprise with 30 active users. We have created 5 Kiosks and hit the limit. Why limit is so low?
Multiple Users for Portals
Is there a way to set up Portals so there can be different 'users'. So they can have an Leads access that can only be accessed by one email login (sales team), but can still convert Leads to Deals so other people in the office with a different login can
Sub-Formula Not Showing Negatives
I have the attached budget tracker in a subform, and using the forumlar: Abs(0+${Builds.Total Estimates}-${Builds.Total Invoices}) or Abs(${Builds.Total Estimates}-${Builds.Total Invoices}) but it is not showing negatives as negatives. Is there a way
assigning leads to owner based on time of day
We would like to have all leads outside of business hours assigned to person 1. The rest should be assigned to person 2. Monday to Friday (day 2 to day 6): From 8:30 am to 7:30 pm: leads are assigned to user 4972398000074706001. From 7:30 pm to 8:30 am:
"why images available in zoho website builder is less size means below 50 kb"
"why images available in zoho website builder is less size means below 50 kb"
ZOHOCRMSDK-6.0 Token issue
Hi I get an error regarding tokens when want to retrieve a record. i have a class constructor which contains this : new SDKInitializer.Builder() .Environment(environment) .Token(token) .Store(tokenstore) .SDKConfig(config) .ResourcePath(resourcePath)
Search through email contents
Is there a way to search through the email history of a lead? Meaning if among the 50 emails to a lead about different topics I want to find all the ones with the word "pizza" in the body of the email, is that possible? Thanks for your help, Hanan
I need a solution with timesheets
I am currently a CRM Plus user. I run a staff augmentation business model whereby I hire a contractor and place them at a client location. That contractor needs to create weekly timesheets that, when submitted, route to a client approver for approval.
Import from GoHighLevel to Zoho CRM
Has anyone been successful with this? I don't want to integrate with GoHighLevel just import/migrate everything over to Zoho
Looking for Reliable SMS add-on to Zoho CRM
Hi there - I have been using SMS-Magic but find it to be quite unreliable. Has anyone had a good experience with any other SMS add-ons for Zoho CRM? Thanks!!
Create Api / Deluge Task to add option to a multi select field
Currently, there are limitations with multi-select lookup, you can not use it in subform for example. As a workaround we have to use a multi-select field. However, any new options have to be manually added to the field which is not optimum. It would be
There some FHIR library for Zoho CRM?
Hi People I would like to know if there is some library or deluge instructions FHIR ?, i need to programming some functionalities with this. Thanks in advance
Kaizen #140 - Integrating Blog feed scraping service into Zoho CRM Dashboard
Howdy Tech Wizards! Welcome to a fresh week of kaizen. This week, we will look at how to create a dashboard widget that displays the most recent blog post of your preferred products/services, updated daily at a specific time. We will leverage the potential
Using variables in the filter look up option
Instead of text, I want to insert a variable in the filter lookup field option under module settings. I have attached a picture to demonstrate the setting I am referencing. Use Case: I want to filter records shown to the customer by the contact id variable
how to add a custom button to zoho crm ?
how to add a custom button that when I click on it , i can open a form that includes custom fields that when one of our team add information to custom fields he can call an api that i add in the backend to zoho crm to be able to call a 3rd party api to
Help request for a deluge script that checks for incoming email from a contact.
Hello, I would like to please request a script for my Enterprise edition CRM. It is really a simple script; but it needs a little bit of an introduction. So first let me describe what I am trying to accomplish, and then I will describe what I would like
CRM - Leads vs. Contacts
Will someone who is using CRM now please comment on the practicality of using both leads and contacts. I am assuming that "leads" are the original people contacted and "contacts" are all the other people involved in the sales cycle. The descriptions are not incredibly clear. What is the suggested hierarchy for setting up the CRM to start with? Thank you!
Leads vs. Contacts - where would you start?
New to Zoho. New start-up company. New everything. We pulled data (accounts & contact records) from multiple sources to begin prospecting. Should we import the data as Contacts or as Leads? If the answer is Leads, I have already imported as Contacts,
Edit Created time
Hi, I need to edit the "created time" field from the lead module. How can i do this ? Thanks
Associating ALL emails without having to manually associate with Gmail add-on
We are new to Zoho and I'm not having any luck searching for an answer. I am able to associate individual emails manually using our Gmail add-on. Is there a way to automatically associate the emails to contacts? I have a chain of emails with a client,
Importing Account Numbers to Pre-Existing acocunts
Good day, I was wondering if you could help me with something that I tried to do but failed misserably. We have accounts on our system that did not have any Account numbers assigned to them. After our company has grown we now have use for these company
Updating Blueprint stage from my Deluge function
Hi all, I need to update the blueprint stage. Its almost working, but ONLY if the current Deal stage is 'Closed Lost'. On any of my custom stages that Ive specified in the pipeline it doesnt work! My code: dealmap = Map(); deal_stage = deal.get("Stage");
Address autocompletion?
One of the features that's standard in almost every crm i've demo'ed, or previously used, is to have auto completion for addresses using google api or similar as you are typing the address in. This saves both type and acts as a type of address verification.
2024 Contact relationships, many to many
I'd like to create reciprocal relationships between father - child - grandchild - referrer - Beneficiary of life insurance etc - so many to many. How do I do that? My research shows me that I should be looking for a subform or multi-lookup. However, my
Add data in Zoho Analytics after setting it up
Hello, I have a question regarding Zoho Analytics and its integration with the CRM: Zoho CRM data was set up with Zoho Analytics a while ago, but in the meantime there were some custom fields added in the CRM and now I want to be able to see those fields
Edit CRM Report Related Module
when creating a CRM report I am asked to to 1/ choose primary module 2/ and related modules (blue and green + icons represent UI for adding child and parent related modules): when editing a report after creation, I do not have the the option to change
Meeting recording in Zoho CRM
Am I missing something? When I complete a Zoho Meeting from CRM the recording doesn't get added to the meeting. I get it in my Cliq bot, I get it via email, surely it should also added it to the CRM Meeting record it was launched from?
Attachments Disappearing After Workflow Rule Conversion
Hello, I have tried to do my due diligence and searched for this error, but I can't find anyone else encountering the same issue. I have a workflow rule set up to convert a lead into a Contact, Account, and Deal. This workflow is also supposed to move
Folders for CRM Dashboards
Implement ability to create folders to store dashboards within. Example useful for case such as individual sales persons dashboards grouped by year into folders.
Lookup Logic is broken
Hi, I thing that CRM lookup logic was broken. I fail to search record if record name included space, it will return all record as result. it happen since half of hour before Thank you. Kava
Attributing Physician Referrals to Specific Accounts/Offices
I am struggling to create a report that will show me physician referrals that come in under contacts that I can then attribute the the account/office those contacts or physicians are attached to. How are people associating sales rep activity to referral
Email to CRM
Hi Does CRM via Zoho One support emails to CRM, ideally as a Lead? It would also need to support emails coming from contacts which aren't already in the system. Most comms come from those usual primary contacts, but we often get quote requests and queries
Telephone Number Formatting
Hi, Following on from the April digest, here is a custom function, that Ive got in place for UK based +44 numbers contact = zoho.crm.getRecordById("Contacts", contact_id); // Get ONLY the Phone field. phone_number = contact.get("Phone"); // If phone_number
Next Page