Sync has disappeared
Hello, My Work Drive was synced with my laptop so I was able to see both my C Drive and my Z Drive (WorkDrive). However, that is now gone and I can't access any files. When I go to sync instructions, it states that syncing will download all files to my
Shared docs not appearing
Things seemed to work fine until this afternoon (Feb 3 2010) . Now, when a new doc is shared (either to a group or a private share), the system reports "document successfully shared" and the proper email invite is sent out. HOWEVER, the document does not appear on the list of "documents shared by me" at my end. Nor does it appear on the list of "document shared to me" for any of the group with whom it was shared. Seems to be a recent system malfunction, or else I've really been pushing the wrong
Cannot receive email from same domain
Hi, I have a wordpress website using mailjet to send email. Last week, I have moved my email hosting to zoho mail. After that, I can't receive email from my website which using the same domain as my zoho mail. I opened the log file in mailjet, I can sure
Users are able to view other users' Meeting records despite access being set on 'Private' with no Data Sharing Rule
Hey there, we installed the Microsoft Office 365 - Meetings App few weeks ago and it seems to be working pretty well. However, what I noticed is users can view other users' Meeting records originating from Outlook events in CRM, despite the fact that
Wrong Date Showing on Booking Page
Hi, wondered if anyone has any advice. I have set up a meeting with a custom date range for an in-person event (13-16th September), but on the booking page, the 12th is showing up. I have de-selected the day on availability as well as set the correct
Add a new user
I need to add a new user. I only have 13 active users currently. Each time I try to add the red box appears telling me that I can only have 14 users. I know this, I only have 13, I should be able to add an additional
Issue with Zoho CRM Assignment Rules
In the Assignment Rules section, when attempting to view the rule entries of a triggered rule from the timeline of the Deals module, a warning message stating "Unable to process your request" appears. The owner assignment functionality works correctly,
Problem with dashboard URL
Hello Folks! I've already submitted a ticket but also wanted to post on community as this is an urgent matter. I recently changed help desk providers to zendesk but now I want to change back to zoho desk. Whenever I go to my dashboard URL (for zoho desk)
How to send email with invoice PDF attachement in Zoho CRM Deluge?
// I am creating the invoice here response = zoho.crm.createRecord("Invoices",values); // trying to get the PDF version fileUrl = "https://www.zohoapis.eu/crm/v3/invoices/" + response.get("id") + "/pdf"; invoiceFile = invokeUrl(fileUrl,"GET").toFile("Test.html");
tray and user recovery
Good afternoon, today I accidentally deleted 4 users from the domain guruverso, however I only want to recover the emails from echaman@guruverso.com, I recreated the email, however I can not recover the user's mailbox, it is urgent please, I need your
Problème de réception d'email
Quand quelqu'un m'envoie un email, je ne le reçois pas. Je viens de souscrire cet abonnement pour une période d'essai, mais j'ai envoyé plusieurs emails à la seule adresse que j'ai créée en attendant, mais je ne les reçois pas. il rejette Voir la capture
Importing EML Zip files into workmail account not working.
These are zip files I downloaded when I exported them form Zoho workmail. Please need your assistance ASAP.
Formulas don't auto update?
Hi, I am currently trying to set up a days in stock field for my products so that i know when to reduce my prices. I have managed to create the formula and is tracking the no. of days i have the product in stock from when the record is created, the problem is i have to manually edit each record before the rule will run and update days in stock. Is there a way to automate this?
How do I install WordPress in Zoho's free hosting and how do I host website on free domain registered with Zoho to some other hosting?
How do I install WordPress in Zoho's free hosting and how do I host website on free domain registered with Zoho to some other hosting?
INVENTORY SUPER SLOW 6/3/24 AND 6/4/24
Is there a reason why inventory is so slow. when saving an invoice in draft yesterday (just 1 example) it took 34secs. when i asked the help/chat, they just said, "With regards to this, our backend team is already checking on this, please share us your
Report Data Table in Microsoft Excel or Zoho Sheet
we are built automatically generate po order as per our item qty reorder level etc... in excel sheet prepared for po import in zoho book. I create item-related report in zoho analyst. i was daily report download excel sheet in my folder and this excel
Issues Fetching Emial ID in a sub form using a fuction in delgue
Hi All, I have two forms: Form A and Form B. Form B is a subform in Form A. In Form B, I have a lookup field (Action For) from another creator application. I am looking to populate a field (Email ID) in Form B based on user selection in the Lookup field.
Email Delivery Failure Due to IP Address Block Listing by Outlook
Dear Support Team, We are experiencing an urgent issue that is critically affecting our business operations. Our email messages from the IP address [103.163.153.3] are not being delivered, as they are being blocked with the error code 5.7.1. This block
My domain is managed by an non existing organization
Hello I am trying to delete my account but it is managed by an organization i worked with 10 years ago and now does not exist. How can i remove my email from this organization ?
Current Stage Duration
Hi, 1) I need a report that shows how long deals have been sitting in their current stage. So if a deal was moved into the current stage 5 days ago, I want it to show stage duration of 5 days. The stage duration is currently blank for current stages
Formula Expression Syntax Error
I cannot find the syntax error for the life of me If(IsEmpty(${Children.Disenrollment Date}),((Year(Today()) - Year(${Children.Enrollment Date})) * 12 + (Month(Today()) - Month(${Children.Enrollment Date})) + If((Month(Today()) * 100 + Day(Today())) >=
My zoho mailbox can only receive emails but not send emails
pinetss mailto:support@pinetss.com User ID: 807750836 yutasen mailto:support@yutasen.com User ID : 806857281 My zoho mailbox can only receive emails but not send emails, please help me to solve this problem. When sending emails, it shows Failed to send;
541 5.7.1 Mail rejected due to antispam policy
I’m trying to send email from my corporate account to some zoho email and getting this error. IP of corporate email server has reverse dns configured. That can I do from my side to fix this delivery problem?
Zoho Desk Fetch Account by name not working.
As the title suggests. I have a Flow that is supposed to fetch the account details using the account name. But doesn't seem to work. All I get is a Null value. Even if though the account exists.
Time-Based Action stopped running
We've had a simple Time-Based Action set up and working for some time now, but in the last 24 hours it has stopped being triggered despite tickets meeting the criteria. As far as I know, we have no control over when time-based events are triggered, but
NOT RECEIVING EMAILS OR FEEDNACK FROM CUSTOMER SUPPORT EMAIL
I have set up a new business email sarah@octagonestates.com and have sent over a 100 emails to potential clients but I am not receiving any emails back I have sent from my personal email and this is just returned, I have emailed the support email several
postURL - Error due to - 'Internal Exception'
Good day, I created a function that makes a simple postURL call to our API without authentication. It works using Postman but I get Error due to - 'Internal Exception' in Zoho Here's my code : HeaderMap = Map(); HeaderMap.put("content-type","application/x-www-form-urlencoded"); param = Map(); param.put("param","test"); url = "https://zoho-teleopti.tpcc-trim.com/api/Zoho/post"; result = postUrl(url,param,HeaderMap,false); info result;
Notebook add-on won't load
I added the Zoho Notebook add-on to my Google Calendar for my Workspace account. I click on the icon to open and nothing. Not even an indication it's attempted to open. Only blankness of white.
Arguments passed to Zoho CRM functions
Hello! I have a question about CRM functions. Is there a limit to the number of characters that can be passed as an argument? There are certain cases where a function will not execute in certain cases with a large number of characters. It does not show
Marketing Automation – UX Design issues
Hi team, Great to see the upgrade for Marketing Automation 2.0, however the UX design still has some glitches. Can you please address the following: The message gets clipped. The email keeps getting cut-off at the bottom, regardless of the length (screenshot
Custom Function which Changes the Invoice Status to be paid.
Hi Zoho Community, I have created an automation for zoho inventory in which i change a custom field of invoice to paid through zapier so it should triggers the custom function to change the status of the payment to paid. I have created a custom function
Signing in
I have been trying to sign into the app so many times on 3 different devices but for some reason I get an error page and 'contact support' message. I'm worried I'll lose my files so I haven't transferred all of them, just 4/5 that I use often. Anyone
Unable to send message;Reason:554 5.1.8 Email Outgoing Blocked.
Can't send any email and i don't get why even after i read policy. Even i tried to send email to support@zoho.com but still not working and can't get any help. How can i fix
This domain is not allowed to add in Zoho. Please contact support-as@zohocorp.com for further details
This domain is not allowed to add in Zoho. Please contact support-as@zohocorp.com for further details when i try to add the domain msaeed.tech
Zoho CRM currently experiencing slowness.!
Hello Enterprise Community, It has been brought to our attention that our Zoho CRM is experiencing slowness, and a few users have reported the same issue. Our developers have identified the problem and are working on it with top priority. I'll share the
Error facing while adding Commerce to Zoho One
Hi I'm in Zoho One free trial and I am trying to add Commerce to my Zoho One account and while adding it I am getting pop-up on my screen with a message of Error Occured! Can somebody help me solve this issue with immediate effect as I am supposed to
Not split my 50 50 URL's exactly
I am preforming split URL testing on my website but over the months not getting exact data. please suggest how we can trust 50 50% Split URL Testing.
Early Payment Discount Custom Field Calculations (Invoice Date + 7 Days & Calculate 2%*-1 of Invoice Total) and then Feed Through to Adjustments
Hi, I am wanting to incorporate some calculations for an Early Payment Discount on the invoice. I am trying to add 2 x Custom Fields which both do calculations on the invoice and then update the adjustments field at the bottom of invoice I need to calculate
Trying to add mailing list signup for to Facebook
Is there any way to reset the reset the Facebook Campaign integration so I can start over? I was able to get my Zoho account associated with my Facebook page, but I think I needed to give access to all the permissions, because I left one deselected (off)
PLAN
Hi when i opened zoho, i saw that 1 email user is only $1.25, im trying to add a user but now is costs $12?. can anyone assist me onthis?
Next Page