No word wrap in multiline fields in report view
I am sure this worked fine earlier, but now there is no word wrap in multiline fields when displayed in summary and detailed view. I am in the EU server.
Creation de site wix formulaire mot de passe zoho
Bonjour à tous, Je crée actuellement un site via wix et je rencontre un probleme pour creer un formulaire d'inscription via zoho form afin qu il soit visible sous wix. 1 - Impossible pour moi de creer un champ mot de passe afin que l'utilisateur puisse
Leads were sent but are not in ZOHO CRM
We sent emails but they didn't reach Zoho CRM. Changed password from account recently, API key changed as well. We are in need of those leads. They are vital for us because we lost a lot of money on advertisement.
Woodpecker won't connect to Zohomail
Hello, I'm having an issue trying to connect woodpecker to zohomail. I have enabled IMAP/SMTP settings. Configured it and for some reason it still doesn't connect. How do I fix this ?
Error 550 No Such User Here Sender verify failed
Hello , my domain and zoho were working just fine, but i have this issue with one sender email that im trying to send an email, how can i solve this issue? This message was created automatically by mail delivery software. A message that you sent could
I forgot the email that is associated with my domain
good day I have a domain (nodigcontracting.com) I forgot what admin mail is associated with it Kindly help
Embed code for inserting Youtube doesn't do anything
Hi there, I am using the Zoho Mail app. I would like to insert a Youtube video at the end of some of my emails. I have tried the insert html button and pasted the embed code (not the url) from Youtube, but nothing happens - the cursor just keeps on flashing at me. Is there a way to embed videos into Zoho Mail? Thanks, Daniel
Zoho and FreePBX integration with CRM Link commercial module
Hi Zoho Team, We have recently purchased the FreePBX CRM Link module for Zoho running Asterisk 13. API is connected and user are been synced but call are not working. We have followed this guide: https://wiki.freepbx.org/display/FPG/Setup+for+ZohoCRM,
[API] Uploading file via API to existing record by ID
Hello, I'm trying to uploasd a PDF to an existing record using its ID via API as written in the instructions (https://www.zoho.com/creator/help/api/v2/upload-file.html ). I succefuly created records on the form in my app. Then I took the record ID from
Image cropping in Zoho Social won't save
Hi there, we use Zoho Social and frequently crop photos with the in-app editing feature. For the past couple of days, the image will crop, but it will not save. When you hit save, it just cycles over and over and doesn't complete. If it matters, I am
Zoho Campaign ALl email are go to the spam folder.
I have created one workflow from the Zoho campaign. The are 4 different emails scheduled to send accordingly over a time frame. But I notice all the emails are going to the spam folder, In Gmail I have checked the message. It shows that "Why is this message
Change Report/Dashboard Owner in Zoho Analytics
Need a way to change the ownership of a single report and a dashboard from one user to another.
Unable to view any reports, tables or dashboards
Hi everyone, I'm getting this error: Sorry, refresh operation of the underlying query table was aborted, as processing time exceeded the allowed time limit. Please try after some time. Contact support, if the issue persists It looks like it is happening
info@salonvertigo.com DOES NOT WORK
This has been a nonstop problem since I signed up.
Title and Link Color Changed?
yesterday I could have sworn that the title color and link color were blue. now they are red. can this be reversed?
Calendar notifications sent using an @gmail.com email!
Hello, I have registered my Zoho account using a gmail account (say:user@gmai.com) then created my organization, domian and mail accounts (say: info@mydomain.com) . When I create an event in Zoho calendar, users gets notifications from my gmail (user@gmail.com)
API v2 always INVALID_TOKEN
Hello, I am getting api error - { "code": "INVALID_TOKEN", "details": {}, "message": "invalid oauth token", "status": "error" } 1. I registered in the user’s account and using Self-Client with the rights ZohoCRM.settings.all, ZohoCRM.settings.modules.all and received a grant token. 2. After I generated access_token and refresh_token {"access_token":"1000.************.************","refresh_token":"1000.************"","expires_in_sec":3600,"api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600000}
Vertical alignment in sheet cells is incorrect
Vertical alignment of text in sheet cells is inconsistent, specifically, "Align Middle" does not actually put the text in the vertical middle of the cell. Consider these cells aligned bottom, taking note of the amount of padding is between the text and
Data transfer Creator to CRM
Hello, We are currently using an application in Creator to create visit reports to Accounts. These visit reports are linked and visible on a related list in the ZOHO CRM. Anyway, we are thinking to stop using Creator and create a custome module in ZOHO
Did anything change recently with Zoho Creator?
I have been using a few contact forms on my personal websites. I have been away for a while and Zoho Creator account went dormant. I logged on and reactivated the same. However when I quickly tested my contact form got this notification. The actual content
Chatbot stops working after attempted Agent Forwarding is ignored or denied
I'm building a Codeless Zobot. I've added an Agent Forwarding card. I would like to give the site visitor the option of sending a message if the chat request from the Agent Forwarding card is either ignored or denied while the operator is available. There
Delete Note book option is enabled for default note book
Steps to reproduce: 1. open note book web 2. Go to info of a default note book 3. Delete not book option is enabled 4. But not available trash option in more menu for default note book
error when adding a new row
hey i get this error when i try to add a new row "There was a problem with your last edit. Please check and try again" and this only happens to one workbook i tried the other once it works fine what can i do to resolve this problem thanks
Zoho Creator Embed Code is being Blocked
I am able to test the embed code as a direct link on the webpage. However when I try to embed the same into the Iframe I am getting the belowsaid error message Should I enable any settings for embed within the iframe?
Auto sign off in Cliq desktop app
There is a rather large inconvenience in the desktop app as I am regularly being signed out from Cliq, presumably triggered by Idle session timeout, which is a security policies set in our org globally. I am being told by the Zoho support that session
task blueprint not startet
hi blueprint is not working for 2 days. How can I fix
New Status for Issues (Research) not available in list of issues for any project and only 3 are available, Open, Closed, In Progress.
Ability to apply VAT (consumption tax) for bank fees in the payment section of invoices and bills.
Please, please add the ability to apply a VAT or consumption tax to the bank fee option in the payment section for invoices and bills. With all other expenses, there is the option to add the tax. So why not with bank fees? It is not logical at all to
Error when cloning Gallery
Hello, I'm cloning multiple time one event, today. I noticed that for every clone, I get the same error (screenshot). The gallery has a problem. Is the Gallery mentionnend in the summary, the event gallery ? It is not that obvious (event if this is the
Populate Contact from Account via Function
Hi, we do have a field in "Accounts" that should populate a field with the same name in eacht associated contact. As Zoho doesn't offer that integrated (why???) we have to do it via functions. So here is my function: rec = zoho.crm.getRecordById("Accounts",accId); resp = zoho.crm.getRelatedRecords("Contacts","Accounts",accId,1); for each ele in resp { mp = Map(); mp.put("Unternehmen Type",ifnull(rec.get("Unternehmen Type"),"")); updateResp = zoho.crm.updateRecord("Contacts",ele.get("id"),mp); info
Journaling Error - NEEDS TO BE FIXED
When multiple bills are paid via the Vendor interface, Zoho Books wrongly journals the payment and bills through the Pre-Paid Expenses account, even when the payment is made after the bill arrives. I raised a support ticket, and the response was, "Oh,
Feld "Vorname" keine Umlaute zulässig
Der Name "Jörg" lässt sich nicht in der Kontakt-Feld "Vorname" einfügen.
Can't send/receive mail
Thant should read I can't send mail.
Zoho Desk is extremely slow
Our organisation is using the enterprise edition of Zoho Desk and the performance of the system today is unusable, it takes 40 seconds to open a ticket and it may not even load the information in the ticket. This is creating a huge backlog of work for
Change of multiline fields behavior in templates
Until a few days ago, the multiline text fields of the templates made the corresponding line breaks to adapt the text to the width of the container. Recently, without me making any changes to the templates, the behavior has changed and now the text doesn't
Two post engagement rates given on Zoho
I'm looking at my page's engagement rate and I'm confused. Under "posts and engagement" and then Top posts, Zoho gives the engagement rate. Sometimes it's under 1%. But then when I go into the same post and to stats it might say 9,39%. What's the difference
Connection name is getting updated
I have used connection in custom function. The connection name is "fdconnect". now the connection name is changed. Please refer below screenshot. When business rule is triggered, its throwing "Invalid connection".
Deluge code error in crm function
function getProductsByCategory() { products = zoho.crm.getRecords("Products"); categories = {}; for each product in products { category = product.get("Product Category"); if (categories.containsKey(category)) { categories.get(category).add(product); }
Agents Available But Chats Missed
We have missed chats set up to send to Desk and it all word fine until last week when suddenly we started getting missed chat notifications when agents are sat waiting. We also notice on these notifications it shows us which agents were engaged, not available
Event Notification Timing
Multiple employees are reporting receiving reminder notifications of events (meetings, etc.) after the start time of that event, rather than 15/30/etc. minutes before the event begins. What would be causing this and how do we fix it?
Next Page