Hello All,
We're excited to share the release of WorkDrive 4.0, which includes important new features and enhancements focused primarily on productivity, secure collaboration, data administration, integrations, and user experience.
Productivity
WorkDrive Snap: Record and share files quickly
Couldn't schedule meetings across time zones?
Now, you can quickly record video, audio, or your screen from right within the WorkDrive app and share it with your team.
Screen recording: Whether you're sending a proposal, or reviewing a document, you can now record your screen along with your video for better clarity and impact.
Video recording: If you want to share a message or announcement with your team, simply record your video and share it with your entire organization.
Audio recording: Take audio notes or record meeting audio so you never miss key points discussed in your team or project meetings.
You can record while offline, but to upload the file, you must be connected to the internet.
Note: You can currently record for a maximum of 30 minutes.
Security and collaboration
External sharing just got better—and more secure!
When you share a file or folder with external users (who don't have a Zoho account) using email addresses, they must now verify their email addresses via OTP authentication to access it.
External users can now upload files, and add or reply to comments. WorkDrive signup is not required. We'll soon enable the Edit option for external users as well.
Data administration
Manage all your team's shared items in one place
Admins can view a list of all shared items and track who they're shared with, whether they're shared externally or within a team, and more.
You can easily search for shared files and folders by applying the following filters
- Share type
- User
- Location
- File type
Path: Data Administration > Shared Items
Manage all shared items in a Team Folder
When you're working with multiple stakeholders, such as external users and organization members, it is important to keep your team's data safe and maintain full control over it. Now, Team Folder Admins and Organizers can easily view and manage all items shared internally and externally, make sure data is secure, and update or remove permissions whenever required.
Path: Team Folders > Manage > Shared Items
This feature is available for all WorkDrive team plans.
Manage all shared items in My Folders
We are making it easier to manage shared items in My Folders too! You can now view and manage all your shared items from My Folders. Quickly check which items are shared with external users, team members, and more.
Path: My Folders > Manage > Shared Items
This feature is available for all WorkDrive plans.
Find all files in members' My Folders
Admins can now view the entire list of files and folders in a team member's My Folders from the Admin Console. This gives Admins full control over each team member's data. They can share the files with other team members, or transfer ownership to themselves or another team member, if required.
Path: Data Administration > Find in My Folders > (Select User)
Transfer ownership of files and folders
When an employee is not available temporarily or leaves an organization permanently, it's important to transfer their data to another employee securely. Admins can now transfer ownership of files and folders from one user's My Folders to another.
Path: Data Administration > Find in My Folders > (Select User) > (Select Files/Folders) > Transfer Ownership
Note:
- Data Administration features are only available with WorkDrive's Business plan.
Integrations
Bigin's integration with Zoho WorkDrive simplifies file management
Bigin's integration with Zoho WorkDrive helps you exchange files with your customers or leads in a secure and organized way. You can now create a File Cabinet for each customer and efficiently send, receive, and store related files.
With this integration, you can:
- Generate unique links to collect customer files
- Get notified whenever customers upload files
- Configure workflows to automate file management
Cliq/WorkDrive integration: Share files from WorkDrive
You can now share files directly from WorkDrive to your Cliq chats and channels. When you share files from WorkDrive, you have the option to choose the share type and set permissions.
When sharing to channels, you have the option to share the selected file(s) with channel members, org members, or anyone on the internet.
Group Team Folders for easy access
If you have integrated Zoho Projects or Zoho Marketing Plus with WorkDrive, you can now group the Team Folders created in Projects and Marketing Plus in the left panel of your WorkDrive account for easy access and management. Team Folders created directly in WorkDrive will be listed separately.
Save emails from Zoho Mail as EML files in WorkDrive
With the Zoho Mail/WorkDrive integration, you can now save an entire email as an EML (Electronic Mail Format) file in WorkDrive. This way, you can keep a backup of important emails and preview them right from WorkDrive.
Your EML file will contain the email content along with details, such as the subject, sender email address, recipient email address, date and time of the email, and attachment details (if any).
User experience
Tree view for efficient navigation
The new tree view in WorkDrive makes it easier to access folders from any location in Team Folders or My Folders based on hierarchy.
Support for editing comments
WorkDrive now supports the Edit option for comments. This allows users to modify their existing comments at any time without deleting them.
Copy or move enhancements
Copy or move files using keyboard shortcuts
Keyboard shortcuts are now supported in WorkDrive for copy and move actions.
Copy files and folders
Copy: Ctrl+C (Cmd+C on MacOS)
Paste: Ctrl+V (Cmd+V on MacOS)
Move files and folders
Cut: Ctrl+X (Cmd+X on MacOS)
Paste: Ctrl+V (Cmd+V on MacOS)
Note: Ensure you have permissions in both the source and destination folders for copy and move actions.
View progress of copy and move actions
We have added a progress bar to show clear details of ongoing copy and move actions for your convenience.
Watch this space, as we will share the WorkDrive 4.0 Phase 2 updates in the next few months.
Recent Topics
User Tips: How to change the the label display name of a system defined field
Most users know how to change field label names via Settings > Modules & Fields but if you want to change the name of a system defined field you can’t as there is no “edit properties” option. However with a simple hack you can edit any system defined
Search not working!
I have items in my notebook tagged but when I search for a tag nothing comes up! Any fix for this?
Zoho CRM Community Digest - October 2025 | Part 1
Hello Everyone! Here's a quick recap of first two weeks of October! Product Updates: Zoho CRM Android App Update: Surveys, Blueprints, and Smarter Mobile Features! Zoho CRM’s Android app just got a useful upgrade. You can now share records, upload your
Automate onboarding emails with CRM Workflow and Accounts module
We’re a B2B SaaS company selling to public-sector organisations. Each organisation is stored as an Account in Zoho CRM, and each organisation typically has multiple associated Contacts. Our backend syncs product-usage data (setup status, user activity,
Using a CRM Client Script Button to create a Books Invoice
Hello, I need help handling error messages returned to my client script from a function. The scenario I have setup a client script button which is available from each Deal. This CS executes a crm function, which in turn creates an invoice based on the
Important update: Enhanced security measures for account operations in Zoho Cliq
Greetings from the Zoho Cliq team! We’d like to share an important security update that has an influence on some admin actions such as password reset, MFA reset, and MFA backup code generation. What’s changing? With our latest security enhancements, these
Sales Receipts Duplicating when I run reports why and how do we rectify this and any other report if this happens
find attached extract of my report
No Functional Autosave or Manual Save Button
Application : Zoho Notebook So I wanted to try Zoho Notebook(On Ubuntu) as an application, I installed the application and went solving my LeetCode problems visually(Drawing mode), at one point the app just stopped saving anything... Every time I tried
Enterprise subscription support
My organization sells subscription services to enterprise customers, which is a different model from the consumer subscription model that Zoho Billing has been designed to support and I beleve this capability should be added. An enterprise subscription
Issue with Creator's IF logic
Hi, I found the following code produces unexpected results: if(-1.0 < 0.0000000) { info "True"; } else { info "False"; } if(-1.0 < 0.000000) { info "True"; } else { info "False"; } The output returned is: False True However, the
Need option to send Package PDF in shipment email (Shipment PDF is missing Lot info)
Is there any way to automatically attach the Package PDF instead of (or alongside) the Shipment PDF in the notification emails? We really need this feature because the default Shipment PDF creates a blind spot for our customers. It does not display Batch/Lot
zoho creator view is not present in the workspace and blank reports
Hi Support, Users who have "write" permissions keep getting this error for all of our embedded reports all of a sudden. See screen shot below: Meanwhile, my developer permissions account sees a blank screen in view and edit mode as shown in the screenshots
Customize portal email template
Can i fetch only first name of the user in portal email template instead of the below code Hi ${User.FULL_NAME}
Can't we let users decide which options they'd like to add at embed widget?
It seems embed widget DOES NOT offer a feature, where users can choose options upon subscribing plans. What Zoho has instead, is that admins have to manually create plan with options. How come no one in Zoho dev team never raised issue about usability
Reupload and rename from one field to another field (file upload)
Hi Everyone, Sorry, i have question to use invoke url for rename and reupload attachments file to another field. Tested on development mode. Zoho C6. Refer to https://www.zoho.com/creator/help/api/v2/upload-file.html look my error notification. Does anyone
Printing Multi-Page Reports (PDF Export)
Hi, I am moving a report from Google's Looker Studio to Zoho Analytics and trying to reproduce the Looker page by page dashboard editing experience. With Google, what you see is what you get when you print to PDF. But I can't seem to create the same experience
Resume Harvester: New Enhancements for Faster Sourcing
We’re excited to share a set of enhancements to Resume Harvester that make sourcing faster and more flexible. These updates help you cut down on repetitive steps, manage auto searches more efficiently, and review candidate profiles with ease. Why we built
I NEED TO NUMBER TO TEXT NO HERE
=NUMBERTEXT NEEED
Error: View is not present in the workspace
When saving a dashboard, user receives a popup with the following error. "View is not present in the workspace" What does this mean or refer to? There is no further insight given.
Dear Zoho CEO: Business Growth is about how you prioritise!
All of us in business know that when you get your priorities right, your business grows. Zoho CRM and Zoho Books are excellent products, but sadly, Zoho Inventory continues to lag behind. Just this morning, I received yet another one-sided email about
Is there any way to send an Excel received by email to Dataprep?
Every day I receive an email alert with an Excel file that I want to process through a Dataprep pipeline. To do this, I need to: -Save the file to disk -Open the pipeline -Run the pipeline -Update the source -Several clicks to select and open the saved
Bin Locations
Dear all, I am wondering if someone has the ability to develop the bin locations option for zoho inventory (integrated with zoho books) Regards, Ryan
Create and populate a record in an instant: Introducing zero-shot field prompting to Zia's ICR
A couple of months ago, we upgraded our in-house AI image detection and validation tool, Zia Vision, with intelligent character recognition (ICR). By training Zia with sample images, you could create and enrich CRM records with data extracted from standard
How to Prevent Users From Skipping LMS Videos in Zoho People
How to Prevent Users From Skipping LMS Videos in Zoho People Hello Zoho Developers, In this blog, we will quickly look at how you can stop users from skipping or fast-forwarding videos in Zoho People LMS. Zoho People provides a feature called Disable
[Integration Edition] Deluge Learning Series – Custom API with Deluge | November 2025
We’re excited to conclude this four-month Integration Edition of the Deluge Learning Series: Session 1 – Integrating Zoho Apps with Deluge Using Built-In Integration Tasks Session 2 – Integrating Zoho Apps with Deluge Using invokeURL and invokeAPI Session
Automate Backups
This is a feature request. Consider adding an auto backup feature. Where when you turn it on, it will auto backup on the 15-day schedule. For additional consideration, allow for the export of module data via API calls. Thank you for your consideration.
Tips for Organizing Workflows and Improving Team Coordination in Zoho
Hi everyone, I’m looking for some general advice on how different teams are organizing their daily work within Zoho’s apps. Our team recently expanded, and we’re trying to streamline how tasks, discussions, and documents are shared so everything stays
Pre-fill webforms in Recruit
I don't want to use the career site portal (as I have my own already), but I would like to direct users to the application forms for each role, from my website job pages. Is there a way to pre-fill fields in Recruit application forms, so that I only have
Prevent user from viewing all records?
I have a report that is meant to be used by vendors to view only the records that are assigned to them. All the vendor information is stored in a separate application, so I need to call a function to get the current user's ID (not the zoho user ID). The report settings criteria doesn't support using function calls, so instead I'm embedding the report in an html page like this: if (thisapp.Global.CurrentUserIs("Vendor")) { personID = common.getLoggedInPersonID(); query = "Assigned_Vendor.ID="
Zoho Site pages not displaying in iframes
I simply want to show a Zoho Site page inside an iframe on another non Zoho website. When testing this across many browsers, the iframe content simply does not appear. IE reports that the host does not allow their content to be displayed in iframes. Very disappointing. Is there a way around this please? Here is the URL of the page I would like to appear in an iframe. http://ips-properties-to-rent.zohosites.com
Zoho Inventory as connector in Zoho Creator
Hello, It doesn't appear that Zoho Inventory is one of the many built in connectors in Zoho Creator? I see that there are non-Zoho inventory applications that have built in connectors such as Cin7, which leads me to believe that I'm missing something
Send Zoho Forms Link using Zoho CRM Email Templates
I have set up Zoho Forms and CRM integration to pre-populate data from Zoho CRM to Zoho Forms. The setup is working fine. I have also created an email template in the Zoho CRM deals module to send Zoho forms links. So when I send an email using that template
My go to On Load Client Script - Fast, efficient, and works for ALL profiles; Hides everything except initial fields
This is my on Load client script that I use for Create pages. I use a modified version for Edit and Display pages which you can create yourself using the same basic structure that I will give you below. First up, the script. Below that will be an explanation
CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive
Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
Custom Search using HTM+CSS Snippet
Suppose I wanted to create my own list view using HTML and CSS snippets inside a Page with a custom search input at the top of the list (not the Search snippet). Without Javascript, is there a way to retrieve a user's entry from that search input and
Mass Update of Lookup Fields not possible
Hello List I've created a custom field for Leads and Contacts 'Current Campaign'. This is very Handy as I can filter leads and then related them to a campaign. Everything ready, but then I realized that mass update doesn't work for lookup fields... a
Zoho CRM Kiosk Upload Files
Hello all, We are trying out Kiosks at the moment to see where it can fit best in our business. We are still a bit off in the application but lets say we will sort this out. My question is the following - when I create a Kiosk I can add "File Upload"
Double opt-in notifications and customizable confirmation messages for your webforms
Dear CRM Community, We are excited to announce a major upgrade to our Webforms feature. You can now customize the confirmation message shown to your users who double opt-in from your webform and also customize your confirmation emails when they submit
Has Anyone successfully integrated Zoho and Sage Intact?
Hey all, We’re evaluating Zoho One + Sage Intacct and I’m trying to connect with anyone who has actually implemented the two together.Specifically, I’d love to know: -- Which functions you kept in Zoho vs. Intacct (e.g., Product Catalog, AR/AP, invoicing,
Introducing Image Upload Field
Hello everyone, In this post we will discuss about the benefits and usage of the Image upload field. The field is available for standard and custom modules. Usage: This field can be used to upload a gallery of images to a record and share the record with peers or customers. The record can be made accessible to users outside of Zoho CRM via Portals, where they can upload the necessary images. Preview, editing, and deleting images: The uploaded images can be directly edited and saved from the record
Next Page