[Early Access - Updated to LIVE] Introducing the Canvas Design Studio.
[Early Access - Updated to LIVE] Introducing the Canvas Design Studio.
Greetings Customers!
Before we kick back and enjoy the holidays, we'd like to make a post about our next big thing. In January 2021, Zoho CRM will be launching its magnum opus for delivering world-class user experience - here's a sneak peek of what's coming.
Are you ready to transform the way Zoho CRM looks? Do you want to breathe new life into your CRM user interface?
Presenting Canvas for Zoho CRM, where data meets design.
Here's an overview video:
What is Canvas?
Canvas is a design garage built into Zoho CRM, where customers can reimagine the user interface of their Zoho CRM on a blank canvas.
Previously, Canvas enabled users to customise only the list view of various modules in Zoho CRM, which is already available in your CRM right now. Canvas for list view was the starting point for our quest to create a highly customisable CRM, and with the upcoming update, we'll be reaching new feat.
And with the next update, we're bringing Canvascustomisation for the detail view of records as well. Using the new Canvas builder, you can give your Zoho CRM a complete redesign, to ensure that your needs and preferences are met.
Design is subjective and therefore, Canvas will empower you with a wide range of formatting options, to create a masterpiece that feels like your down to the last detail. There is a powerful editor in here, where so much is possible.
Here's an example of a standard contact page reimagined with the new Canvas builder.
Here are some sample screens!
Impressive, right? Oh, we're just getting started. We'll save the surprises for another day.
How does Canvas help?
Canvas enables customers to build a CRM that they prefer, period. One of the biggest challenges that businesses are tackling right now, is enforcing CRM adoption, and much of it has to do with the complexity of the user interface and the industry verticals. Salespeople have an aversion towards using CRM and tasteless designs are one of the main reasons.
Every CRM software looks the same; rows of data on a white background with one contrasting color at the top and the sides. It's just vanilla. And with Canvas, Zoho CRM is offering all the ingredients to help you find your flavor.
1) For your industry, and you.
Every industry is different, and every business is unique. Every CRM vendors' vertical solutions can never get offer something perfect; it all comes down to individual preferences. Canvas helps you design a version of Zoho CRM that represents your industry and work culture, that meets your standards and requirements.
With Canvas, your CRM will stand out.
2) For a cleaner, usable CRM interface.
Salespeople spend a significant portion of their working hours with Zoho CRM. It only makes sense to give them a CRM that they don't hate to use. With Canvas, you can build a CRM that's pleasant to work with, is easy to navigate, is not overloaded with information, is easy to sort and search, and more. This increases the team's productivity.
Canvas will come pre-loaded with design templates created by our in-house designers to help you work on top of something. If you're not feeling inspired, you can feel free to pick one of our templates and dive right in. You can edit these templates to suit your needs instead of having to build one from scratch.
We're also working on additional features to improve the overall Canvas experience such as conditional styling, where views can be loaded dynamically based on a set criteria. You will also copy customisation settings between accounts but without the data, so that your designs can be used by other organisations.
Register now for early access!
Canvas is unique proposition that Zoho CRM has to offer, which none of the competitors have. With Canvas, Zoho CRM will the best customisable CRM in the market. This is the new benchmark for CRM customisation, and we're excited to bring this to you in soon. While we're working on the launch date and options, we want to open Canvas for early access to customers who are interested in taking it for a test drive.
If you're using the Enterprise or Ultimate edition of Zoho CRM, then register your interest in the form below and we'll get back to you after holidays with the early access program.
Note: Canvas is available for CRM Plus and Zoho One users as well.
This January..
Canvas is all set to break the stereotypes that surrounds business software, particularly CRM in general. This January, we're going to show the world that aesthetics, colors, and more importantly, personalisation matters in software design. And it's all available in Zoho CRM.
So, don't wait up! Beat the queue and join our early access program to try Canvas.
We'd like to take this moment to wish you all a Merry Christmas and a Happy New Year. Take care.
-----
Have any questions or suggestions? Leave a comment below or email pilot@zohocrm.com, and we'll write back to you.
Best regards,
Zoho CRM team.
Update:
Registrations are closed for the Canvas Early Access Program.
Final Update: Canvas for Zoho CRM is LIVE!
Dear customers, we're happy to announce that Canvas for Zoho CRM is now LIVE. Canvas is available in all paid editions, right from the Standard edition to the Ultimate edition. That's right! Canvas is available in your account right now.
Dear Customers, We hope you're well! By their nature, modern businesses rely every day on computations, whether it's to calculate the price of a product, assess ROI, evaluate the lifetime value of a customer, or even determine the age of a record. With
Most businesses want to create memorable customer experiences—but they often find it hard to keep them smooth, especially as they grow. To achieve a state of flow across their processes, teams often stitch together a series of automations using Workflow
Picture this scenario: You're a growing SaaS company ready to launch a powerful business suite, and are looking to gain traction and momentum. But as a business with a tight budget, you know acquiring new customers is slow, expensive, and often delivers
Dear Customers, We hope you're well! WhatsApp for business is a renowned business messaging platform that takes your business closer to your customers; it gives your business the power of personalized outreach. Using the WhatsApp for Business integration
We are happy to share that we have published the Zoho Sales Representative Professional Certificate in partnership with Coursera, a leading platform for online learning and career development that offers access to courses and degrees from leading universities
Hello everyone! It’s time to transform how you manage projects. Define the processes. Automate the tasks. Streamline the workflows. Let us dive into automation in Zoho Projects — from configuring workflows and custom functions to building triggers, using
Dear Zoho Recruit Team, I hope you are doing well. We would like to request an enhancement to the Career Site URL structure in Zoho Recruit. In the old version of the career site, our URL was simply: 👉 https://jobs.domain.com However, after moving to
I have built a function according to the following scheme: pages = {1,2,3,4,5,6,7,8,9,10}; for each page in pages { entriesPerPage = zoho.crm.getRecords("Accounts",page,200); for each entry in entriesPerPage { … } } Unfortunately, we have too many entries
I think the title is descriptive enough in that I cannot find help documentation on a simple task of adding in page brakes for separating pages on print. Thanks
Good day, Im stuck with this situation. I choose a template for my website creation. I have tweaked every instance of the visual editor, regarding the header, I have created created customize fonts presets... I have followed every single step. and my
What if your bot could tell the difference? Between a visitor who just needs a quick answer, someone actively comparing options, and a frustrated customer one click away from leaving? Most bots can't. They deliver the same response to everyone, missing
Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved
Hello Team, I am trying to create embed code for a resource using workdrive api in powershell, however facing some issues with injecting data in body. Followed Doc: https://workdrive.zoho.com/apidocs/v1/filefoldersharing/shareeveryone Please help, below
Is it possible to use validation rules for subforms? I tried the following code: entityMap = crmAPIRequest.toMap().get("record"); sum = 0; direct_billing = entityMap.get("direct_billing_details"); response = Map(); for each i in direct_billing { if(i.get("type")
i was trying to add the contact role to a specific deal contact but repeatedly i am getting this error: { "code": "SUCCESS", "details": { "statusMessage": { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" }, "message": "body",
Hey Biginners, Hope you’re doing great! As we approach the end of 2025, we truly hope Bigin has been a part of helping you build your dream business this year! We've been busy working behind the scenes to bring you features that make running your business
Running an online business is more than just having a website. It’s about getting the right customers to discover you, trust you, and keep coming back. To support your growth journey, we’re launching a weekly Marketing Tips series right here on Zoho Commerce
Are you making the most of your subforms in Zoho CRM? Do you wish you could automate subform interactions and enhance user experience effortlessly? What if you had Client APIs and events specifically designed for subforms? We are thrilled to introduce
Here's the call to move a file to trash. The resource_id is accurate and the file is present. header = Map(); header.put("Accept","application/vnd.api+json"); data = Map(); data_param1 = Map(); att_param1 = Map(); att_param1.put("status",51); data_param1.put("attributes",att_param1);
We are having problems converting a Sales Order to an Invoice via API Call. The cause of the issue is, that the Tax value in a Sales Order is sometimes calculated with up to 16 decimal places (e.g. 0.8730000000000001). The max decimal places allowed in
Hi, I see that the example pages load always one of our related lists in a custom template, but I dont know how to work with that: 1) How can i make my own custom templates for related lists? 2) Where and how can i check out existing custom templates?
Heya! It's Kaizen time again, folks! This week, we aim to address common queries about Zoho CRM Widgets through frequently asked questions from our developer forum. Take a quick glance at these FAQs and learn from your peers' inquiries. 1. Where can I
"How can I open a Microsoft Word (.doc or .docx) file in Zoho Writer if I only have the file saved on my computer and Zoho Writer doesn't appear as an option when I try 'Open with'? Is there a way to directly open the .doc file in Zoho Writer?"
Hello, I have formed chat groups in arattai. I want to invite my friends on other social media platforms like WhatsApp/ FB to one of my groups. Different friends would be invited to different groups. How to share an invite link of one of my groups to
Hello, Is there any way of backing up the photos on my android phone directly to a specific folder on Workdrive? Assuming i have the workdrive app installed on the phone in question. Emma
Hi Zoho team Where can I access desktop version of zoho sheets? It is important as web version is slow and requires one to be online all the time to do even basic work. If it is available, please guide me to the same.
L’équipe de Zoho France reçoit régulièrement des questions sur la conformité de ses applications de finances (Zoho Books/ Zoho Invoice) pour le marché français. Voici quelques points pour clarifier la question : Zoho Books est un logiciel de comptabilité
Hi there, We are using Zoho Flow to create sales orders automatically when a deal is won in Zoho CRM. However, the sales order requires "Product Details" to be passed in "jsonobject", and is resulting in this error: Zoho CRM says "Invalid input for invalid
currently there is only one Consultant in my Zoho Bookings like this I integrate Zoho Bookings into Zoho SalesIQ to create a chatbot. Unfortunately, even though I only have one consultant for a consultation, the user have to pick the consultant. It will
When I give my appointments a 30 minutes time I would expect the software not to even show the End Time. But it actually makes the user pick an End Time. Did I just miss a setting?
How can I change the message that users see after they submit the booking form? I have to confirm some details before their appointment is officially "confirmed", so I want to change it where it doesn't say their appointment is "confirmed" but rather
Hi Team, I’ve set up two Workspaces to track meetings from different sources. So far, this has been working well, and the two Workspaces are differentiated without any issues. However, when I navigate to Consultations and share the link to my personal
I am trying to add a scheduled action with ZDesk using a Deluge function that sends a weekly email to specific ticket client contacts I've already verified the email address for use in ZDesk, but sendmail won't allow it in its "from:" clause. I've attached
Is there any addin support available in zoho sheet as like google marketplace to enhance productivity by connecting with other apps, providing AI data analysis, streamlining business processes, and more?
My current company is Company A LLC with a dba ("doing business as" - essentially an alias) Product Name B. Basically, Company A is the legal entity and Product Name B is what customers see, but it's all one business right now. We currently have a Zoho