Google Ads Conversions Not Being Tracked in Zoho CRM
We have 3 different conversions created in our Google Ads Account. Only one of the 3 conversion types is tracking in Zoho CRM. Our forms are Elementor Forms that are mapped into Zoho CRM. It apprears to me that all leads are showing up in Zoho CRM, but
Can't Find Price Books
Hi there, I'm currently configuring Zoho One for our CRM needs and I've encountered a challenge related to pricing structures. Our business model requires utilizing different pricing for various account categories, specifically for Dealers and Integrators.
Deluge Help - Lookup Fields
Hi There, I am trying to get the text value of the lookup field Destination and put it into the text field of Destination_Analytics but cannot seem to grab the destination lookup field text value. rec = zoho.crm.getRecordById("Leads", recid); des = rec.get("Destination").Name;
Sending document for Zoho Sign through CRM
Hi, when I click to send in Zoho CRM for Zoho Sign it says - Please enable the ZohoSign Documents, ZohoSign Recipients and ZohoSign Document Events modules and then send documents and then return to make use of Zoho Sign. I can't work out how to do this?
How can I add a field or pipeline stage definition in CRM?
I am looking to add field and pipeline stage definitions in Zoho CRM but can't seem to find a way to do this. Any system I have worked with before has had an option to add these little tidbits of information, shown by hovering over the information symbol
Deluge Code to Create A Purchase Order from Sales Order via Button
Hello community, I need a Deluge code to create a Purchase Order from Sales Order. I want to use a Button for this, so when we hit the button, the PO is created and fields are mapped and the PO is linked to the Sales Order and the Deal. I would be extremely
WP Contact Form 7 to Zoho CRM (Attribution0
Hi, is there a way to capture UTMs from Contact Form 7 to Zoho CRM so we can attribute leads coming from paid ads? Appreciate the advice, thank you!
Zoho for Coaching Business - Client Portal
Anyone using @zoho for their Coaching Business? Would love to speak to others about how they are using it to track calls, meetings, share documents, client portal etc. Not getting much support from their technical team. With so many apps, trying get one that can do all I need is difficult. Not even sure if creator can help. Would like to see how people have set up client portal especially to share documents, log calls, book appointments etc. Thanks
Function with lookup field to update a field
Hi, I want to update the name of a record based on 2 lookup field in this record. It's working : I have a workflow with this function : resp = zoho.crm.getRecordById("Referencement_expert",Referencement_expert_ID); Er = resp.get("Expert_refere"); Cr =
How can I avtivate the sync logic between inventiory and CRM?
Hi , May I know why the sync logic is avtive but last sync date is 18 Oct? How can I avtivate the sync logic between inventiory and CRM?
How to get API key for external access
How do I get an API key to configure my own system to connect to the CRM ? The only key I can seem to find is the ZSC key
Zoho Portal upgrade option
I have just seen this Portal Users upgrade. I've been using portals and its free. Does this give you any additional options?
Zoho CRM Other User's Activities
How do I add others to the "other users' views" part of Activities?
Zoho Motivator - Adding KPIs to Dashboard
Hi all, I've set up some KPIs and Targets and I'm trying to add the KPIs to a Motivator Dashboard within CRM. This works fine when based on an individual user, but if I try to add a Company KPI it fails - is there something I'm missing here? Kind Regards,
Can I set API request limits for each client application?
Hi, We let 3rd party service to fetching data in our Zoho CRM using API calls for web applications. For each web application, we create a Server-based Application client in api-console.zoho.com. Since there are limited credits for our license to use API
How to string together multiple if functions in a CRM formula field?
I am trying to base my cost multiplier on which manufacturer the product is coming from. Here is the function I am using. If(${Products.Manufacturer}=='U.S. Cabinet Depot',.23,if(${Products.Manufacturer}=='Impress',.22,1)) Is this possible in a Zoho function
Auto-populate fields from Lookup Field
Hi, I am creating a custom module that I would like linked to Opportunities. The purpose is to raise an extension of work against a "base" Opportunity. I.e. We raise an Opportunity for a package of work (we are a consultancy). The client may then ask
Zoho CRM Portal Default Value on form load
The contact would create custom module record on CRM Client Portal. How can I default value fields [account name, ship-to address, ship-to phone, ....] from module Contact to the custom module. I try the [Workflow Rules] at Automation, but the trigger
Problem converting from unix time to date/time
Please see the code and output below. If I convert a date/time string to Unix time and then back again, somehow an hour is added. I have confirmed that: - my Zoho and CRM time zone settings are Europe/London - time in London is currently GMT - the date/time
Delete fields
Hello, I'd like to know if it's possible to delete some fields in the module "Lead" and the module "Contact" Thanks, Candice
AGE field from DATE OF BIRTH Field.
HI! I have a field called date of birth in my CRM (LEADS, CONTACT etc…) How can I know the AGE today I would like to create a field AGE. I now how to create a field but I don´t which calculation (CUSTOM FUCTION) to make ¿ANY HELP?
Lead conversion restrictions
Hi, I encountered an issue with leads conversion and I have no idea on how to solve it: When a Lead is converted to a Deal, you can choose in which stage the deal should be, but I want to restrict this - the deal stage should be "Prospect" by default.
Contact Module Tags
How do I delete a number of old and/or bad tags from the list of available tags? Also, what is the easiest way to pull a report based upon a certain Tag designation? Thanks.
100 record view limitation
I have just migrated from another CRM and am starting in ZOHOcrm with over 5000 contacts. It seems that my searches and sorts are limited to 100 live records....or am I missing something. This seems to be very limiting...in a lot of scenarios (mass email,
Simplifying complex report writing
I'm not sure that there is an easy way to do this in Zoho but thought that people in here might be able to help - Zoho has so many products that maybe it can be done by linking to another. So the scenario is that we have to at regular intervals write
Convert a location into a child account
We use locations as long if we not know if locations are self buying entities or buy via the HQ. If we get more details and a location seems to buy for itself, we want to convert a location into a child account. The only two ways I see to do it now is:
Email Templates
In my email template below everything works except those highlighted in blue. I would like to know how to get the phone , user name and Original Account ID Number into my template. Dear Sam, Our reference: ${Cases.Account Id Number} ${Cases.Primary Contact
Connect Custom Module with Contacts via MultiSelect and Deluge
I have created a custom module called "Customer Account Plan" which is created by a button on the Accounts module; this button will auto complete several fields as it's creating the record. I want to associate the Contacts that are relevant to this Account
Having the possibility to filter by Caller ID & Dialled Number on Workflow - Calls module
When creating a Workflow in Zoho CRM related to the Calls module, we can't filter with some fields (like Caller_ID & Dialled_Number). So to perform any action based on these fields we need to do it with a custom function that will use more CPU usage and
How to Dynamic Pricing Based on Geographic Zones and State with Price Books"
I have following requirements but not able to create price books with State and Zone and how quote will get price based on state and zone. Please help me out how to do this. Task: Assign unit price in the quote subform based on the Price Book. Create
Business Messaging Telegram needed
Nowadays Whatsapp as the only choice for the Business Messaging option it's simply NOT enough, we need to offer to our customers the option to get information using Telegram messaging platform too. Is there any plan to build an integration?
Is there a way to show a Subform field in Canvas as a Tab element?
Something like this:
Here is a simple wrapper function to Tag a CRM record for you to use.
I sometimes need to conditionally tag a record when debugging my Deluge code. Here is a simple "wrapper'-style function, that saves a few lines of code (which makes long chunks of code easier to read). tag1 = Map(); tag1.put("name",tag_name); tags_list
What is New in CRM Functions?
What is New in CRM Functions? Hello everyone! We're delighted to share that Functions in Zoho CRM have had a few upgrades that would happen in phases. Phase 1 An all new built-in editor for better user experience and ease of use. ETA: In a couple of days.
If I write "attach" or "attachment", but forget to attach something - please give me a pop-up box to remind me to attach something!!!
Hi Zoho Team, This is a feature in Gmail that I really appreciate, because it stops me from doing embarrassing things. It would be great to have it in Zoho CRM as well. The way it works in Gmail: - I write "attach" or "attachment" in an email, but forget
Writing to a multiselect user field
Hi, Just wondering if anyone can provide advice about how to write to a multiselect user lookup field. I've tried a number of approaches but none work. I'm fairly new to Deluge, so would be grateful for any advice. This is a long post, so I really appreciate
Database's
Hi Zoho Community, We have 2 databases that we want to add to Zoho separate from our other contacts. Is it possible to do this via adding another module, or is there another way to manage this.
Deal Updated by Workflow Rule/Automated Function does NOT Trigger Zoho FLOW!!
We have multiple Flows setup that are triggered by "Updated Deal" in Zoho CRM. These have worked great. Recently, in Zoho CRM, we set up a workflow rule to update a field based on date/time field. NOW, when the workflow rule triggers and automatically updates a field in Zoho Deals, that does NOT trigger to Zoho Flow. This needs to be fixed! The reason we set this automated function within the workflow rule to update a field is so that could trigger a specific flow within Zoho Flow to do stuff. But
Formula Help - Only Getting "0"
In my CRM, I have created 4 fields that should calculate based on the FFL Number. However, they're only producing "0" each time. What have I done wrong? They're all set to return a String. FFL Exp Month Formula: If((Substring(${FFL Details 2.FFL Number},10,1))=='A','January',(If((Substring(${FFL
Field width in Canvas view
Hi, Is there any way to make the edit fields standard width in Canvas? Right now they are very small and you have to aim the mouse cursor at the pencil icon to be able to edit the field.
Next Page