How do I make someone a Super Admin on Zoho CRM?
Hi Guys Okay so i had Zoho setup on my personal domain (domain-a). Then started a new business and loaded a new domain (domain-b). I created a alias on my original email account and created a new user for my colleague. So i had a CRM setup on my original account, but needed a CRM for domain-b, so deleted the crm on domain-a, but still couldnt setup a crm using the alias i created on my email from domain-a. I used the email i setup for my colleague to create the CRM and invited myself using my
Assigning user with specific owner
Hi, I'm stuck, please help ;-); I have a module : - Name : Sociétés - API Name : Accounts and two fields : - Owner ( as owner field) - C.S.C. (as user field) I would like to assign specific C.S.C. when specific owner is designated. Example : Mike is the owner so Julia and Remi are C.S.C. and if Edouard is the owner Marianne and Audrey are the C.S.C. I think I have to use if function and get function, but I don't know how to aggregate this function. Thanks a lot for your help !
I cannot edit the name on an account, and I am super admin
I never restricted permissions, and I should be able just to click on any field and edit it. Why is this so hard?
Get Lead of Approvals with ZOHO Creator
Hello! I am trying to get a Lead of Approval List but this code returns null. What am I doing wrong? data = {"module":"Approvals","id":id}; result = zoho.crm.invokeConnector("crm.get", data); info result;
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing ...
Recently (within the past week) we began to run into problems using code that accesses the ZOHO API. We are getting the following error: "For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method." Any help would be greatly appreciated. Brian
CRM API Returning error The remote name could not be resolved: 'workspace-zoho.csez.zohocorpin.com
Hi, hope someone can help. I am just getting started with the CRM API. I have managed to get the tokens set up for Oauth and this seems to be working fine. However whenever I try and get some information back from the API I get the error : {"The remote name could not be resolved: 'workspace-zoho.csez.zohocorpin.com'"} In my app.config file (Vb.Net) I have the iamUrl set as https://accounts.zoho.com/ and the apiBaseURL set tohttps://www.zohoapis.com/ so not sure where this is coming from? Hope you
Search Records in custom function with boolean field type
I have a boolean field within a custom module. and i want to select records on the field if its true or not. Tried the below code yBList = zoho.crm.searchRecords("CustomModule1","(fieldTest:equals:false)"); for each yb in yBList { info yb; } With the above code, i get an error as Error at line number: 1 Missing return statement: Provide STRING expression to return Can any one tell me what am i missing in the above given sample method? Thanks, Pavan
No last name for leads
I understand that last name is a required field for Leads. In cases where there is no last name, what is best practice for a placeholder? Options we are considering (not including quote marks): "Unknown" "NA" "Pending" "Last Name" "-" (dash symbol) In your opinion are any of these better or worse than others? Any risks or downsides to choosing any of these. Once we decide we want to commit to naming all our blank last names with that choice.
I need a Report that shows how many deals passed through a stage
Hi all, I am in need of a report that shows how many deals were ever in a stage. I need to see how many deals were in each stage over the course of a 2 week period. For Example, i have 5 stages: Qualification, Application, Shop, Contracts, and Fund. Say I have 100 leads that are converted to deals, and i need to show how what percentage of all deals converted my salesperson was able to get an application on, and also show what percentage of all deals converted they requested contracts on. I need
Managing company's internal records
We are digital marketing and digital product development company managing IT assets with custom module. For example, we have a module named "Servers" which we use to manage (only have details of the instance and not the actual management of servers) our customer's AWS cloud resources (EC2 instances). It's all good when the server belongs to one of our customers. We also have internal resources like servers we use for production, testing, development, proof of concepts, etc. What would be the best
Lead owners view only their own leads
How can I segregate leads so only lead owners see their own leads?
Contact ID Number appearing? How to Stop?
Hello one of our users is having an issue with the zoho user id number appearing in the feeds can you please assist us with how to fix this issue? Screen shot attached.
Cannot Delete Pick List Option
I cannot remove options from the pick list. When I try to click the delete button (highlighted in the image) nothing happens. There is no error message or any sort of response. I am on the free version, but wasn't sure if this was a limitation of the free version or something I am doing wrong. I can add options using the "Add Options in Bulk," but cannot delete them.
Keep functionality of conditional fields through api inserts
Good evening! A customer of us uses conditional fields for his crm layouts. When inserting data through the rest api, those fields do not work anymore. Even if the input is changed through the web ui, the logic behind those fields isn't triggered. Is there a way to keep this functionality? Regards, Marco
Set up reminders in Leads
Hi How do I set up an email reminder to make a follow up call in the leads section? Regards Brendan
Is there any CRM API's extensive list of Exception responses?
Hi, Can you please provide all the exception responses for your API. Thanks!
Can't edit properties in industry field (Leads Module)
When I click on "edit properties" in industry field - nothing happens. How to fix it?
Does the Refresh Token Expire?
The refresh token seems to last more than a day which several have also noted. We just need to know if it can be used long term or if there is any (long) expiry time? Can we please get a reply from the Api developers, Thanks
Create auth token api not working for .eu domain
I've created an account in crm.zoho.eu domain. When I try to create auth token from mobile using below api, I got following error. Request URL: https://accounts.zoho.eu/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=netrolo33@gmail.com&PASSWORD=thisismypassword Response: # #Wed Feb 21 11:28:05 CET 2018 CAUSE=GET_METHOD_NOT_ALLOWED RESULT=FALSE Note: The account netrolo33@gmail.com is created in accounts.zoho.eu. For accounts created in zoho.com working fine. Please reply ASAP. Thanks, Guna
Zoho Dashboards sync to Zoho CRM
Is it possible to have a dashboard or page sync with Zoho CRM data in which I can show all my deals and each possible status or stage as a column? Report should be like a spreadsheet. Users should be able to click a radio button on each column to mark in which stage the Deal is. Also, each cell should be colour coded manually, user can change the colour of each step/stage and add a note. When user scrolls the mouse over the cell it should show the note to explain the colour of the cell. Do you reccomend
Data Filter while fetching bulk data using v2 API
Hi, I am trying to fetch all the leads created after a certain date and time. Is there any provision to mention the date and time in the parameters? Regards, Saha
get an error when trying to get token
#
#Mon May 27 02:07:34 PDT 2019
CAUSE=NO_SUCH_USER
RESULT=FALSE When i load the URL to get token, can anyone let me know what is the solution for this. Help me with getting a API Token. https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=d********s@gmail.com&PASSWORD=R*#$%^$##313&DISPLAY_NAME=leadform
Zoho Community meetups across Poland - June 2019
The Zoho Community Meetups are making their way to Ponzan, Warsaw and Wroclaw this June and we'd love for you to be a part of them. In these meetups, we’ll walk you through some of the useful and interesting tips and tricks of Zoho CRM. Our experts will share tips, configuration best practices, and address the common challenges in the areas of user management and basic customization. City Date CTA Ponzan June - 12 Register now Warsaw June - 13 Register now Wroclaw June - 14 Register now Note: During
Feedback for the Updated Zoho CRM Fields
Hello, This morning I noticed a new style for the Fields in Zoho CRM Modules. I would just like to say, I am not a fan of this update and would like the Field style to go back to the previous version. To put it simply, there are too many lines. I don't need a dash to indicate a field is empty (as seen in View mode). And I don't need bordered fields to know where to enter the data (as seen in Edit mode). This update makes absolutely no sense to me, and only causes more visual clutter on my screen.
get an error when trying to get token
when i trying to get an token. can any one help in this situation? https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=ddazad@xxxxx.com&PASSWORD=AvhF9YCpY7yI&DISPALY_NAME=CRM
Error in generating Auth Token
I am trying to generate auth token after successfully generating code and using the code when i try to generate token i am getting error
Importing Leads (New and Update)
Hello, We have a list of conference attendees that we want to import into Zoho. The list does not contain email addresses. We want to check for existing leads in Zoho and flag them as part of this new conference. Is there a way to do this without emails? We used to use RingLead to do this for us.
New UI Layout Issue: Popup screen for mandatory fields & overlapping error messages
There's a small css issue with the popups that occur when fields are set to mandatory in a layout rule. Scenario: User sets a field to X which triggers a layout rule that sets a field to mandatory. This causes a popup screen to prompt the user to enter details (which is great). 1. The user can't see the full tooltips within a field 2. If user clicks save without entering info the error messages overlap with the fields. See screenshot attached. (I'm on safari 12.0.2, Mojave 10.14.2)
How do i search both contacts and accounts together
I just want to be able to view ALL contacts sometimes
Access token expiry with requests close to each other
Hi there, we are using the V2 API with a refresh token to get a new access token whenever there is an authorisation error, that is, each hour. My question relates to obtaining new access tokens with two requests that are close together. For example, a request is made and then fails, so we get another access token. But another request comes through before the access token is generated, so it also ends up requesting a new token. Will this cause a problem?
About Integration
Can I inegrate Zoho CRM with the plugin ( this is plugin link https://codecanyon.net/item/booked-appointments-appointment-booking-for-wordpress/9466968 )
Sorry! Your account has been disabled.Your Zoho CRM account has been disabled and you will not be able to access it. Please contact your Zoho CRM administrator for access!!!!
I just bought CRM Enterprise and now cannot log in! This is urgent. I will cancel my subscription if I don't get assistance! Sorry! Your account has been disabled. Your Zoho CRM account has been disabled and you will not be able to access it. Please contact your Zoho CRM administrator for access.
How to delete a custom home page option view?
I have a custom home page option view that is no longer relevant. How can I delete this custom home page view?
Two Factor Authentication not working for Android app
I am trying to disable two factor authentication. When I toggle to "disable" the message tells me a notification was sent to my iPhone app. BUT I HAVE AN ANDROID PHONE! I have my Android App set up on my phone. But it is not getting the notifications (that are being sent out to a non-existent iPhone). How do I get it to recognize my Android so I can disable this feature? Thanks!
USD is my home Currency, unable to add NGN Currency
USD is my home Currency, unable to add NGN Currency
Bad Update to the CRM Interface - Text field now much too small
Today an update to the CRM interface was released, and it's made it much harder to use. We use the text field widget to enter notes about the account. Previously the field took approx 3/4 of the page so you could easily enter and read your notes. Today the width of that box is MUCH smaller, making it very hard to enter or read your notes. I sincerely hope you'll either revert this change or fix it asap. It was much more usable previously. Terrible update. The red below shows the previous workable
Missing Forecast Module
Hello -- I am having trouble finding the Forecast Module. A few details: - I am an administrator but role is not set to manager. - I have asked the CEO to check and he doesn't have a Forecast module either. - I have checked settings to make sure it is not disabled -- it is not. - We are using a paid version of Zoho What am I missing? Any idea why we could be missing this module? - Jay
Zoho API Query
Do how get email secondary of account? select Email from Contacts where Email = 'email@email.com' limit 20 return (int) 0 => array(
'Email' => 'email@email.com',
'id' => '988888999823283823293230'
) but is not email seconday only return email primary
Custom Reference Number for customer
Hi guys, I am new to Zoho and I am wondering about the following: Before using Zoho, I used Excel for my CRM management. Every customer got a Reference Number which looked like this: NZ-KKR-190621-1 NZ was a preset (always in the beginning), KRR is the owner of the contact, 190621 is the date I created the customer and 1 was an ongoing number. Is there a way to implement this as an automatic generated reference number when I enter a new customer? If there is a way, please explain it step by step
Is it possible to set content on the new Lead form via button click?
I want to add some details into a new lead form on the click on a button. I have written the code to connect to an external api using getUrl and can get the address information i need from it into a variable but I can't find how I can put information from this variable into the text boxes on the form. My plan is for my users to complete the other data that is not imported from the API and then save this as a new lead. Is it possible to update the new lead form in this way or should I be trying to
Next Page