Is the a way to show the actual Zoho Books Invoice in Zoho Crm Deal ?
Im currently using the following code to create deals and tasks based off a new quote in zoho books, the problem is the quote is created under Accounts in CRM in the Zoho FInance Module, so when the deal is created it does state the amount of the quote
How To Sync 'Deals' data To The Related Contact In The 'Contacts' Module
Hi there! I'm looking to be able to sync Deals and Contacts. Basically, when someone places an order we have it syncing the order data to Deals, complete with the customer's name and email. Is there any way to have that Deal synced to the matching contact in the Contacts module? Presumably matching by email address. I'm familiar with Workflows, however it doesn't seem that Workflows work across different modules. We're looking to be able to run reports based on what the customer bought, but can't
Using functions in Zoho CRM Circuits, howto and solution
So, I don't know if anyone has tried this yet but Circuits can be a pretty powerful solution to process data and get the job done in a more structured way. However Circuits are not that easy as it looks. One of the problems that we had to overcome was
CRM 'Connection' to Desk - "Use Credentials of logged in user"
From Desk to CRM, I can create a Connection in Sigma (to CRM) that gives me the option to Use Credentials of logged-in user. In CRM, there is a separate option in setup for 'Connections'. As there is no specific Desk connector, I can create a 'Zoho oAuth'
Quickbooks Online Customer Creation Code
Hi! I'm looking for code that will automatically create a quickbooks customer account when clicking on a button located directly within Zoho CRM - Contacts Module. Here's what I have and I can't seem to figure it out. xxxxx is our company id which we
How to add new row in a custom SubForm using Deluge Code in Deal Module
Hi, Can someone help me with Deluge code to add a new row with data in a custom Subform in a Deal Module. Thanks, Shatakshi Misra
Function to update field in CRM Meetings from Bookings Appointment Status
Hello, We're creating some reporting in Zoho Analytics using data from CRM and Bookings. Unfortunately it looks like when Bookings Appointments are carried over to CRM Meetings, the Bookings Appointment Status is not recorded in CRM Meetings. We would
Notes Filter is not working
I am trying to filter the CRM down to specific notes that I want that'll show up all the data that has a specific keyword for example, "stocks" and it says no leads are found... Don't know how to fix. don't know if it's a system glitch. I even put a note
Snapshot of totals
Hi, I'm more familiar with Creator so it's taking me a while to wrap my headaround the CRM. I've been asked to produce a metric that takes a snapshot total of ceratin fields everyday when they meet certain conditions : Total Average Value for example.
Auto Copying an field from auto generated field in zoho crm
I have products module in zoho crm, in which i have Part Number which is auto generated whenever the new product is created, i have made another field by name "SKU Number" i want that value of "Part number" should be auto copied to "SKU Number" whenever
Case assignment rules cannot be triggered when records are created manually???
I am new to Zoho, (Coming out of Salesforce) and I am shocked that Case assignment rules do not work for manually created cases. I think this is a basic need for a CRM and should be a functionality for Zohos native cases module. In Salesforce the Case
Custom CRM to close task when lead lost
Hello, I am currently trying to create a workflow rule to close the tasks still opens of the lost leads. I tried the workflowrule and update the field but it does not work because they come from 2 different modules (task and lead). So I tried to write
Deluge Script In CRM To Deal With More Than 200 Records
Hi, I have a Deluge script, which works perfectly. We have a custom field in the Campaigns module called Total_Raised which looks at the Donation_Amount field in the custom module, Donations. The idea is to sum up the total of all donation amounts. However,
Need Custom Function to fetch files from file Upload field in Zoho CRM
Hi Community Members, I have stored some files in file upload field in deals module I need a custom function to fetch the files from file upload field and attach into most recent note Please refer to the attached image
Mass Update a Lookup Field
How is it after 10 years this still hasn't been implemented? I have 2,000 records that require a lookup field updating and I can't possibly do it manually one-by-one...!
Custom Function for a new Field (combination of two existing fields)
I have a custom module Eurotax API Eurotax This module contains 2 fields: 1: EUROTAX, API Name EUROTAX, Data Type Number 2: ROK, API Name ROK, Data Type Pick List I need to add a new field (for example Field3) that will be the combination of the values
Edit / Modify system generated emails
Hi, System generated emails are great and are very helpful (tasks, etc). Why not allow us the ability to edit them? add/remove/reorder/reposition fields? I'm referring to emails sent from systemgenerated@zohocrm.com BTW - There's an old thread about this
Custom Deal Name in Lead Conversion Mapping
I know there are ways to change the name of a Deal after conversion using a custom function, so no need to repost that information. I would like to see the CRM Improved with Deal Name Customisation and I think the Lead Conversion Mapping page would be
Zoho Books Estimate to Zoho CRM quote?
I'm not sure why this isnt automatic, but maybe I'm missing something. When we create a quote in zoho books we have a custom function that pushes the contact into a deal within the CRM. I can not for the life of me figure out how to push an estimate from
InvokeURL request does not return entire date range
In a certain function, invokeURL is called to return all scheduled meetings in the current month. However it only returns meetings up to zoho.currenttime. I've verified "start" and "monthend' variables return the expected values using our January data.
How to show related lists of a field in another look up field
Hi team, We currently have lookup fields of accounts in deals and products module. This creates related lists in account for deals and products. I also have another module - company, the accounts module has a look up in accounts. which has created a related
How can I add an element to a specific array position in a list of arrays?
I have a list of event records that I am de-duplicating. Each record contains a title, a date, and an alphanumeric ID (needed for an external function). I wish to deduplicate records based on the combo of Title and Date only, because the ID will always
Integrate Webflow Newsletter Submission in Zoho
Hi, My website is built with Webflow, and I have a popup for newsletter subscriptions. I would like to integrate it with Zoho so that email addresses are automatically added to Zoho, allowing me to create a weekly newsletter. I’m very new to both Zoho
How can we update the Inline Tax in a Purchase Item using deluge?
Dear All, I am trying to update a Purchase Order using deluge. I can update all the fields except of the Line Tax. I would like to put 0% on it using deluge. I have tried the below but it does not work. What I have to change? Is the problem the field
Syncing Fields Between Accounts AND Deals
Please don't email me, I will check this thread for updates daily. I have a custom set of 10 fields (CFSET) in my account pages and deals pages. I want to fill them out on accounts pages per each, then when I make a new deal in an account, I want to copy
Transfer contact to a lead.
Is there a way to transfer a contact from CRM to a lead without having to re enter everything. Moderation Update: I'm locking this post as we have provided a possible workaround to achieve this case: transferring contacts back to leads. continfo = zoho.crm.getRecordById("Contacts",
API Casing needs consistency in names
The JSON for an account record looks like this: {"Name": "Name of the Account", "id": "id of the account", "Address": "address of the account" "Owner":{ "name": "Name of Owner", "id": "id of owner", } } It makes no sense that "name" is capitalized in
Trigger an action when a Product item is added to the Deal's Product Related List section?
Hello, Is it possible, via workdlow, to trigger an action when a Product is added to the Deal's Related List section? Thank you Moderation Update: We are locking this post as a similar discussion is ongoing in the linked post below. We encourage you to
Creating Custom fields controlling visible lines?
I am very new to Zoho however I do not see anything on the Multiline line field creation that lets you control how many visible lines will show after data is entered in. I would have thought there would be a setting once you go into the Edit Properties
Moving contacts from one folder to different folder
I set up two folders. Uploaded CSVs and build my fields according to what I needed. My boss wanted more fields and changed the categories wants different fields added and contacts in one folder moved to the other due to reclassification. How can I do
Creating a code for Task to event creation
I am looking to automate an event creation to do the following: When a task is created for a user, create an event at 530PM simply called TASKS. This will serve as a reminder that we have at least one task that needs to be addressed. We miss the task
Function Needed: Update Account or Contact Profile Image
Hey there! Zoho doesn't have the ability to automatically populate company logo or contact images once a domain/email is added to a record. This can be done via Clearbit's Logo API: https://clearbit.com/logo I would like to create a deluge script that
Splitting a List into different rows
I am getting a List from a for each loop. But I can't figure out how to separate each item that is separated by a comma. Example Zone 1 - Front Door,Zone 2 - Rear Door,Zone 3 - Side Door I need it too look like this: Zone 1 - Front Door Zone 2 - Rear
CRM - Copy data from Single Line to Lookup Field
Hello, I need help to create a workflow with a custom function in order to copy value from a single value field to a Lookup Field. Module : Shipment Single value field API name : Customer_ID Lookup field API name : Account_ID WOuld be great to have some
Custom function daily limit and procedural programming
Dearest Zoho Today, support confirmed that if I call a custom function from another custom function then I will use up two, with regards to my daily limit. A few times, we have blown our daily limit and that means that ordinary business processes don't
Function for SUM of two currency fields in Deals to be populated in third currency field
In the Deals module I want to use a function to SUM the CAAS_Subscription currency field and the MDO_Subscription currency field and populate the total in the Total_Subscription_Revenue field
Notes from Custom Modules linked to Account Modules
The way our ZOHO CRM is set up at the moment, whenever a note is entered under a Task or Event the note is visible under both the Task or Event as well as in the notes section under the Account the Task or Event is associated or related to. I have a couple
Storage Space Issue
I made a few Header templates in the CRM email that adds some fields ( 2 fields to be exact ) to the subject line, however I ran out of "storage Space" when I need to add it to 3 more members of my team. How do I solve this ? If I need to upgrade , which
Move data from any fields or upload files to the attachment section in Deluge.
LeadId = 4857358000014515001; resp = zoho.crm.getRecordById("Leads",LeadId); file = resp.get("Upload_Test"); filelist = List(); if(file != null) { file_Id = resp.get("Upload_Test").get(0).get("file_Id"); getFile = invokeurl [ url :"https://www.zohoapis.com/crm/v7/files?id="
How to shortlist a lead's open tasks in ascending or descending order, close all open tasks from oldest to newest, and create new tasks using Deluge?
//LeadId = 4857358000014515001; optionalMp = Map(); optionalMp.put("sort_by","Due_Date"); optionalMp.put("sort_order","asc"); related_tasks = zoho.crm.getRelatedRecords("Tasks","Leads",LeadId,1,200,optionalMp); for each task in related_tasks { // info
Next Page